Daniel Gibbs
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
.travis.yml
|
@ -1,6 +1,8 @@ |
|
|
|
|
|
|
|
|
language: node_js |
|
|
language: node_js |
|
|
dist: xenial |
|
|
dist: xenial |
|
|
|
|
|
node_js: |
|
|
|
|
|
- 10 |
|
|
|
|
|
|
|
|
before_script: |
|
|
before_script: |
|
|
- curl -L "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/shunit2/shunit2-2.1.6.tgz" | tar zx |
|
|
- curl -L "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/shunit2/shunit2-2.1.6.tgz" | tar zx |
|
|