Skip to content

Commit

Permalink
Revert ":wrench: Travis linux/clang test"
Browse files Browse the repository at this point in the history
This reverts commit 0a02665.
  • Loading branch information
fennecdjay committed May 23, 2019
1 parent 9d4a21a commit e483059
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,6 @@ before_script:
- mkdir -p "$GWION_ADD_DIR" "$GWION_TEST_DIR"

script:
# use this to try to debug clang/linux builds
- if [ $(uname) = "Linux" ] && [ $CC = "clang" ]
then
make && valgrid ./gwion tests/bug/case_outside_switch.gw;
return 1
fi
- if [ $(uname) = "Linux" ] || [ $(uname) = "Darwin" ];
then make && make test;
else make.exe && make.exe test;
Expand Down

0 comments on commit e483059

Please sign in to comment.