Skip to content

Commit

Permalink
Travis: just test rust to debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
kanaka committed Oct 9, 2015
1 parent 3fae6fb commit 1a93c0c
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@ matrix:
# os: linux
# - env: IMPL=java
# os: linux
- env: IMPL=js
os: linux
# - env: IMPL=js
# os: linux
# - env: IMPL=julia
# os: linux
# - env: IMPL=lua
# os: linux
# - env: IMPL=make
# os: linux
- env: IMPL=mal BUILD_IMPL=js
os: linux
# - env: IMPL=mal BUILD_IMPL=js
# os: linux
# #- env: IMPL=matlab # licensed (until port to Octave)
# # os: linux
# #- env: IMPL=miniMAL # repl/string slice bug
Expand All @@ -79,16 +79,18 @@ matrix:
# os: linux
# - env: IMPL=ruby
# os: linux
# - env: IMPL=rust
# os: linux
- env: IMPL=rust
os: linux
# - env: IMPL=scala
# os: linux
- env: IMPL=swift
os: osx
osx_image: xcode7
# - env: IMPL=swift
# os: osx
# osx_image: xcode7
# - env: IMPL=vb
# os: linux

script:
- ./.travis_build.sh
- ./.travis_test.sh
- cat test.out
#- cat perf.out

0 comments on commit 1a93c0c

Please sign in to comment.