Skip to content

Commit

Permalink
chore(travis): remove unnecessary testing in multiple node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Limon Monte committed Jan 20, 2019
1 parent 33fd2d2 commit 241d76c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: node_js
dist: xenial
node_js: lts/*
sudo: true

cache:
Expand All @@ -8,10 +10,6 @@ cache:
notifications:
email: false

node_js:
- 8
- 10

script:
- ng test --watch false

Expand Down

0 comments on commit 241d76c

Please sign in to comment.