Skip to content

Commit

Permalink
Simplify travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Apr 3, 2019
1 parent 5fe1977 commit 8d1451d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
language: node_js
node_js:
- '10'
- '8'
- node
- "10"
- "8"
os:
- linux
- osx
- linux
- windows
script:
- npm run test
after_script:
- npm run coveralls
# - npm run dtslint
sudo: false

0 comments on commit 8d1451d

Please sign in to comment.