Skip to content

Commit

Permalink
Get travis to run gulp test to check the app runs
Browse files Browse the repository at this point in the history
  • Loading branch information
gemmaleigh committed Oct 14, 2016
1 parent b3bcb98 commit 33cb9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ node_js:
install:
- npm install
script:
- "./node_modules/gulp/bin/gulp test"
- gulp test
- npm test
after_success:
- "./create-release-tag.sh"
Expand Down

0 comments on commit 33cb9cb

Please sign in to comment.