Skip to content

Commit

Permalink
Merge pull request iotaledger#478 from iotaledger/fix/travis-ci
Browse files Browse the repository at this point in the history
fix(ci): Resolve Travis CI config warnings and update env
  • Loading branch information
rajivshah3 authored May 27, 2020
2 parents a16dc0e + 571890e commit cf6b694
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
dist: trusty
matrix:
os: linux
dist: xenial
language: node_js

jobs:
include:
- language: node_js
node_js:
- '11'
- '12'
- '10'
- '8'
before_script:
- npm i
script:
- npm run test-ci
- language: android
Expand Down Expand Up @@ -48,3 +49,5 @@ matrix:
- npm i
script:
- npm run test-android
allow_failures:
- language: android

0 comments on commit cf6b694

Please sign in to comment.