Skip to content

Commit

Permalink
feat(travis): simplify build process
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Apr 6, 2016
1 parent 300b0e1 commit 68537f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ language: node_js
cache:
- bundler
node_js:
- "4"
- "0.12"
before_install:
- if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
- rvm use 2.2.2 --install --fuzzy
- bundle install
before_script:
- npm install -g grunt-cli
matrix:
fast_finish: true
notifications:
Expand Down
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ before_install:
- if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
- rvm use 2.2.2 --install --fuzzy
- bundle install
before_script:
- npm install -g grunt-cli
matrix:
fast_finish: true
notifications:
Expand Down

0 comments on commit 68537f7

Please sign in to comment.