Skip to content

Commit

Permalink
Added the lines to .travis.yml as requested
Browse files Browse the repository at this point in the history
  • Loading branch information
Remorax committed Oct 31, 2017
1 parent a017038 commit f0fc1ce
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
language: node_js
sudo: false
node_js:
- "4.1"
- "4.0"
- "0.12"
- "0.11"
- "0.10"
- "iojs"
- "6"
- "7"
- "8"
Expand All @@ -12,7 +19,10 @@ before_script:
- ./test/prism.sh
- yarn prism &
- sleep 5 # give it some time to start
install:
- npm install
script:
- npm test
- lerna bootstrap
- yarn test:mail
- yarn test:client
Expand Down

0 comments on commit f0fc1ce

Please sign in to comment.