Update CI scripts

This commit is contained in:
joshaber 2016-05-24 15:20:29 -04:00
parent 60cbfa635d
commit c172750212
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ before_script:
script:
- npm run lint
- npm run build
- npm run pkg:release
- npm test
cache:

View file

@ -15,7 +15,7 @@ install:
build_script:
- npm run lint
- npm run build
- npm run pkg:release
test_script:
- npm test