Skip to content

Commit

Permalink
Merge pull request #142 from jonaskello/travis-update
Browse files Browse the repository at this point in the history
Faster CI
  • Loading branch information
RebeccaStevens authored Aug 22, 2020
2 parents d094e22 + 55e97a5 commit 4c7812b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
branches:
only:
- master
language: node_js
cache:
yarn: true
Expand All @@ -17,6 +20,8 @@ env:
matrix:
allow_failures:
- env: TSVERSION=next
jobs:
fast_finish: true
before_script:
# Test with the compiled tests?
# Note: tests must be compiled in order to use them to test different typescript versions.
Expand Down

0 comments on commit 4c7812b

Please sign in to comment.