Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
* Fix .travis.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berger <christian.berger@gu.se>
  • Loading branch information
chrberger committed Feb 11, 2018
1 parent 16ea8bd commit 83a5897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ install:


script:
- cd `echo ${TRAVIS_BRANCH} | sed -e 's/pre-release-//'` && mkdir -p build && cd build && cmake .. && make && make test; fi
- cd `echo ${TRAVIS_BRANCH} | sed -e 's/pre-release-//'` && mkdir -p build && cd build && cmake .. && make && make test


notifications:
Expand Down

0 comments on commit 83a5897

Please sign in to comment.