Skip to content

Commit

Permalink
Hmm...
Browse files Browse the repository at this point in the history
  • Loading branch information
Dandigit committed Mar 2, 2019
1 parent 882f210 commit 1a1cbb5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ matrix:
sources:
- ubuntu-toolchain-r-test
packages:
- clang++-7
- clang-7
env:
- MATRIX_EVAL="CC=clang++-7 && CXX=clang++-7"
- MATRIX_EVAL="CC=clang-7 && CXX=clang++-7"

script: cmake ./ && cmake --build ./ --target enact -- -j 2

0 comments on commit 1a1cbb5

Please sign in to comment.