Skip to content

Commit 1ae96bd

Browse files
authored
Merge pull request #99 from isuruf/travis
Travis: disable testing
2 parents 47e526e + 9f109c9 commit 1ae96bd

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ cache:
55
- $HOME/.conda/pkgs
66
- $HOME/miniconda/pkgs
77

8+
branches:
9+
only:
10+
- master
11+
- windows
12+
813
install:
914
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
1015
- bash miniconda.sh -u -b -p $HOME/miniconda
@@ -25,15 +30,15 @@ install:
2530
- conda info -a
2631

2732
# For testing
28-
- pip install lit
33+
#- pip install lit
2934

3035
script:
3136
- mkdir -p build
3237
- cd build
3338
- cmake -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX -DFLANG_INCLUDE_TESTS=ON -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang -DCMAKE_Fortran_COMPILER=flang ..
3439
- make -j4
3540
- make install -j4
36-
- make check-flang
41+
#- make check-flang
3742

3843
notifications:
3944
email: false

0 commit comments

Comments
 (0)