Skip to content

Commit

Permalink
Run build script when not deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
molovo committed Feb 8, 2019
1 parent 93df0bc commit 3856c2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: node_js
node_js: 8
script: echo 1
before_deploy:
script:
- node_modules/.bin/babel src --out-dir lib
- node_modules/.bin/gulp build
deploy:
Expand Down

0 comments on commit 3856c2a

Please sign in to comment.