Skip to content

Commit

Permalink
Travis no longer needs to invoke webpack.
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMiksovsky committed Jul 11, 2018
1 parent acd9fce commit a1951f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -3,8 +3,6 @@ language: node_js
sudo: false
node_js:
- '8'
before_script:
- webpack
script:
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then npm run ci:fast; fi'
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then npm run ci; fi'
Expand Down

0 comments on commit a1951f0

Please sign in to comment.