ci: Fix "all" script in .travis.yml

This commit is contained in:
Cole Bemis 2018-05-17 22:30:32 -07:00
parent 741ac5632c
commit 9dffc53b3a

View File

@ -8,7 +8,7 @@ node_js: 8
before_script:
- npm prune
script:
- npm all
- npm run all
after_success:
- npx babel-node ./bin/sync-algolia.js
deploy: