Skip to content

Commit

Permalink
Merge pull request #15 from stefanpenner/typescript
Browse files Browse the repository at this point in the history
Typescript
  • Loading branch information
stefanpenner committed Mar 9, 2019
2 parents 832050c + ccb8052 commit aef3f08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ node_js:
- "6"
- "8"
- "10"
- "10"
- "11"

cache:
yarn: true

script: yarn test

before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.13.0
- export PATH="$HOME/.yarn/bin:$PATH"
Expand Down

0 comments on commit aef3f08

Please sign in to comment.