Skip to content

Commit

Permalink
Simplify Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
the31k committed Dec 17, 2015
1 parent 3e3945f commit 79d4b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -17,6 +17,6 @@ before_script:
- mkdir ${TRAVIS_BUILD_DIR}/build
- cd ${TRAVIS_BUILD_DIR}/build
script:
- cmake -DCMAKE_BUILD_TYPE=Release -DMAKE_ONLY=FactExtract/Parser/tomita-parser ${TRAVIS_BUILD_DIR}/src
- cmake -DCMAKE_BUILD_TYPE=Release ${TRAVIS_BUILD_DIR}/src
- make

0 comments on commit 79d4b3f

Please sign in to comment.