Skip to content

Commit

Permalink
Travis: disable testing
Browse files Browse the repository at this point in the history
  • Loading branch information
xoviat authored and isuruf committed Jan 1, 2018
1 parent 48077b4 commit d632315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ install:
- conda info -a

# For testing
- pip install lit
#- pip install lit

script:
- mkdir -p build
- cd build
- cmake -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX -DFLANG_INCLUDE_TESTS=ON -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang -DCMAKE_Fortran_COMPILER=flang ..
- make -j4
- make install -j4
- make check-flang
#- make check-flang

notifications:
email: false

0 comments on commit d632315

Please sign in to comment.