Skip to content

Commit

Permalink
add npm test and finalize travis config file
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammedYehia committed Sep 30, 2019
1 parent da06b27 commit 000fe8c
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
@@ -1,7 +1,6 @@
language: node_js

node_js:
# Node 10.3+ includes npm@6 which has good "npm ci" command
- stable

# if using Ubuntu 16 need this library
Expand All @@ -28,6 +27,7 @@ before_script:
- npm start -- --silent &

script:
- npm test
- npm run cy:run
# after all tests finish running we need
# to kill all background jobs (like "npm start &")
Expand Down

0 comments on commit 000fe8c

Please sign in to comment.