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 committed May 31, 2018
1 parent a51da47 commit 6cf50a8
Showing 1 changed file with 19 additions and 21 deletions.
40 changes: 19 additions & 21 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,26 @@
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 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 add typescript@${TYPESCRIPT_VERSION}
- yarn ci

matrix:
include:
- node_js: 10
script: yarn lint

0 comments on commit 6cf50a8

Please sign in to comment.