Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opal/opal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a0ec14ef3c81^
Choose a base ref
...
head repository: opal/opal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b98dd1030b24
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on May 13, 2015

  1. [temp] Stub some files manually

    elia committed May 13, 2015
    6

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    ondrejmirtes Ondřej Mirtes
    Copy the full SHA
    a0ec14e View commit details
  2. Add a jshint builder

    elia committed May 13, 2015

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    ondrejmirtes Ondřej Mirtes
    Copy the full SHA
    b98dd10 View commit details
Showing with 7 additions and 0 deletions.
  1. +7 −0 .travis.yml
  2. 0 stdlib/mutex_m.rb
  3. 0 stdlib/optparse.rb
  4. 0 stdlib/tempfile.rb
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -15,6 +15,12 @@ matrix:
- rvm: 2.2
env: RUN=default SPROCKETS_VERSION="~> 2.12.3"

- rvm: 2.2
script:
- bundle exec rake dist
- npm install -g jshint
- jshint build/*.js

- rvm: 2.1
env: RUN=rspec

@@ -41,6 +47,7 @@ matrix:
- rvm: jruby-head



before_install:
# Keep track of which version of node and phantomjs we're running the specs against
- node -v
Empty file added stdlib/mutex_m.rb
Empty file.
Empty file added stdlib/optparse.rb
Empty file.
Empty file added stdlib/tempfile.rb
Empty file.