Skip to content

Commit

Permalink
Make CI a bit faster
Browse files Browse the repository at this point in the history
  • Loading branch information
astorije authored and jwbay committed May 31, 2018
1 parent 7c85e6e commit a9d800c
Showing 1 changed file with 15 additions and 21 deletions.
36 changes: 15 additions & 21 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,22 @@
language: node_js

node_js:
- "10"
- "8"
- "6"
- 10
- 8
- 6

env:
- TYPESCRIPT_VERSION="2.9"
- TYPESCRIPT_VERSION="2.8"
- TYPESCRIPT_VERSION="2.7"
- TYPESCRIPT_VERSION="2.6"
- TYPESCRIPT_VERSION="2.5"
- TYPESCRIPT_VERSION="2.4"
- TYPESCRIPT_VERSION="2.3"
- TYPESCRIPT_VERSION="2.2"
- TYPESCRIPT_VERSION="2.1"

script:
- yarn lint
- yarn add typescript@2.1
- yarn ci
- yarn add typescript@2.2
- yarn ci
- yarn add typescript@2.3
- yarn ci
- yarn add typescript@2.4
- yarn ci
- yarn add typescript@2.5
- yarn add typescript@${TYPESCRIPT_VERSION}
- yarn ci
- yarn add typescript@2.6
- yarn ci
- yarn add typescript@2.7
- yarn ci
- yarn add typescript@2.8
- yarn ci
- yarn add typescript@2.9
- yarn ci

0 comments on commit a9d800c

Please sign in to comment.