Skip to content

Commit

Permalink
Update travis configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jul 13, 2017
1 parent 2ede5e1 commit f6ba6ec
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .travis.yml
@@ -1,24 +1,36 @@
# Setup the environment:
language: ruby
sudo: false
dist: trusty
cache: bundler

before_install:
# For testing purposes:
- git config --global user.email "samuel@oriontransfer.net"
- git config --global user.name "Samuel Williams"

rvm:
- 2.1
- 2.2
- 2.3
- 2.4
- jruby-head
- ruby-head

# Setup the compilers:
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
env: CC=clang-4.0 CXX=clang++-4.0

addons:
apt:
sources: ["llvm-toolchain-trusty-4.0"]
packages: ["clang-4.0"]
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty-4.0
packages:
- clang-4.0
- libc++-dev
- libc++abi-dev
env:
- CC=clang-4.0 CXX=clang++-4.0

0 comments on commit f6ba6ec

Please sign in to comment.