forked from JuliaInterop/CxxWrap.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
39 lines (39 loc) · 912 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Documentation: http://docs.travis-ci.com/user/languages/julia/
language: julia
matrix:
include:
- os: linux
compiler: "g++-4.9"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- george-edison55-precise-backports # cmake 3.2.3 / doxygen 1.8.3
packages:
- g++-4.9
- cmake
- cmake-data
env:
- CC=gcc-4.9
- CXX=g++-4.9
julia: 0.4
- os: linux
compiler: "g++-4.9"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- george-edison55-precise-backports # cmake 3.2.3 / doxygen 1.8.3
packages:
- g++-4.9
- cmake
- cmake-data
env:
- CC=gcc-4.9
- CXX=g++-4.9
julia: 0.5
- os: osx
compiler: "clang"
julia: nightly
notifications:
email: true