Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Update travis build file
Browse files Browse the repository at this point in the history
  • Loading branch information
nikeee committed Oct 24, 2016
1 parent 1645674 commit d458933
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
language: node_js
sudo: false
node_js:
- "4.0.0"
- "5.0.0"
- "6.9.0"
install:
- "npm install -g typescript"
- "npm install -g tsd"
script:
- "npm install"
- "tsd install"
- "npm test"

0 comments on commit d458933

Please sign in to comment.