Skip to content

Commit

Permalink
no longer install babel-core and babel-preset-es2015 in travis
Browse files Browse the repository at this point in the history
this is now done on npm install as they are devDependencies, so installing them again is redundant
  • Loading branch information
timse committed Aug 8, 2016
1 parent 36739a2 commit 3a1c832
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ before_install:
- npm --version
before_script:
- 'if [ "$WEBPACK_VERSION" ]; then npm install webpack@^$WEBPACK_VERSION; fi'
- npm install babel-core babel-preset-es2015
script:
- npm run travis
after_success:
Expand Down

0 comments on commit 3a1c832

Please sign in to comment.