Skip to content

Commit

Permalink
fix: multi lang travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
JiLiZART committed Sep 6, 2020
1 parent 1a9632e commit 8ea00bd
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
language: rust

rust:
- stable

node_js:
- 'lts/*'

script:
- 'npm install'
- 'npm test'

notifications:
email: false

matrix:
include:
- language: rust
rust:
- stable
jobs:
allow_failures:
- rust: nightly
fast_finish: true
- language: node_js
node_js:
- 'lts/*'
script:
- npm install
- npm test

0 comments on commit 8ea00bd

Please sign in to comment.