summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-10-22 20:15:58 +0800
committerJohn Hodge <tpg@mutabah.net>2016-10-22 20:15:58 +0800
commitacf27310066894f76399b237ccfe91db3f8d759c (patch)
tree5390782049c877ca75928822538d971f15fe3f45
parent52b692dfbbbede437f354300e9581dda852db10b (diff)
downloadmrust-acf27310066894f76399b237ccfe91db3f8d759c.tar.gz
travis-ci - Hopefully fix build
-rw-r--r--.travis.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 6b843a16..8247e76e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,15 +9,10 @@ addons:
packages:
- g++-6
- zlib1g-dev
- env:
- - MATRIX_EVAL="CC=gcc-6 && CXX=g++-6"
-
-before_install:
- - eval "${MATRIX_EVAL}"
install:
# Build mrustc
- - make
+ - CC=gcc-6 && CXX=g++-6 make
# # Build libstd (and hello world). Also downloads the source
# - make test
# # Create the test dependencies testlibstd (and hello world). Also downloads the source