Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Commit

Permalink
Enable Rust in travis gate.
Browse files Browse the repository at this point in the history
  • Loading branch information
anatol1234 committed Jul 10, 2018
1 parent 248ab6c commit 44f72be
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 @@ -7,7 +7,6 @@ dist: trusty
sudo: required
language: generic
language: rust
- 1.19.0
install:
- cd ..
- gem install mdl
Expand Down Expand Up @@ -48,6 +47,7 @@ matrix:
fast_finish: true
include:
- env: LLVM_VER=3.8 GATE_TAGS='sulongBasic' COMPILE_COMMAND='mx build'
rust: 1.19.0
addons:
apt:
packages:
Expand Down Expand Up @@ -121,6 +121,7 @@ matrix:
- libc++1
- libc++-dev
- env: LLVM_VER=3.8 GATE_TAGS='fullbuild'
rust: 1.19.0
addons:
apt:
packages:
Expand Down Expand Up @@ -191,6 +192,7 @@ matrix:
- libc++1
- libc++-dev
- env: LLVM_VER=3.8 DOWNSTREAM_REPO='https://github.com/graalvm/graal.git' DOWNSTREAM_SUITE='vm' DYNAMIC_IMPORTS='sulong,/substratevm' NATIVE_IMAGE_TESTING='True' DOWNSTREAM_COMMAND='--disable-polyglot --disable-libpolyglot gate -B=--force-deprecation-as-warning --tags build,sulong'
rust: 1.19.0
addons:
apt:
packages:
Expand Down

0 comments on commit 44f72be

Please sign in to comment.