Skip to content

Commit

Permalink
Merge pull request #147 from securingsincity/update-travis
Browse files Browse the repository at this point in the history
Update travis to include tests
  • Loading branch information
securingsincity authored Oct 22, 2016
2 parents c91c49e + 0c1bd77 commit 588b09d
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
language: node_js
node_js:
- '5.1'
- '4.2'
- '4.1'
- '4.0'
- '0.12'
- '0.11'
- '0.10'
- '6'
install:
- npm install
- npm install react
- npm install react-dom
script:
- npm run build
- npm test
deploy:
- provider: releases
api_key:
Expand Down

0 comments on commit 588b09d

Please sign in to comment.