Browse Source

fix(travis): fixed trusty being used instead of xential

pull/2254/head
Daniel Gibbs 6 years ago
committed by GitHub
parent
commit
4f2df83550
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      .travis.yml

7
.travis.yml

@ -1,8 +1,7 @@
language: bash node_js
language: node_js
dist: xenial
sudo: required
node_js:
- 10
before_script:
- curl -L "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/shunit2/shunit2-2.1.6.tgz" | tar zx
install:

Loading…
Cancel
Save