Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix up the .travis.yml file #283

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

fixup

  • Loading branch information
larsbergstrom committed Aug 5, 2016
commit c382b199b9b3f8cf948ed29c0299519e049a8fc3
@@ -1,9 +1,13 @@
language: rust
rust:
- nightly
os:
- linux
- osx


matrix:
include:
- os: linux
env: CC="gcc-4.8" CPP="gcc-4.8 -E" CXX="g++-4.8"
- os: osx

addons:
apt:
@@ -14,8 +18,6 @@ addons:
- g++-4.8

env:
global:
- CC="gcc-4.8" CPP="gcc-4.8 -E" CXX="g++-4.8"
matrix:
- FEATURES=""
- FEATURES="--features debugmozjs"
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.