We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 130c580 + 68765ac commit 3d13d44Copy full SHA for 3d13d44
.travis.yml
@@ -1,9 +1,11 @@
1
language: julia
2
sudo: required
3
dist: trusty
4
+
5
os:
6
- linux
7
- osx
8
9
julia:
10
- 1.0
11
- 1.1
@@ -16,13 +18,21 @@ branches:
16
18
17
19
notifications:
20
email: false
21
22
cache:
23
directories:
24
- $HOME/.ccache
25
- $HOME/.julia/registries # can we cache all of .julia?
26
27
env:
28
- MPI_IMPL=mpich
29
- MPI_IMPL=openmpi
30
31
+matrix:
32
+ allow_failures: # issue 262
33
+ - os: osx
34
+ env: MPI_IMPL=openmpi
35
36
before_install:
37
- sh ./conf/travis-install-mpi.sh $MPI_IMPL
38
- export PATH=$HOME/OpenMPI/bin:$HOME/MPICH/bin:$PATH
0 commit comments