Update .travis.yml

This commit is contained in:
Jonas Kvinge 2018-09-02 23:49:28 +02:00 committed by GitHub
parent 4a124e596e
commit b9788ef4b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,5 +27,5 @@ before_install:
before_script:
- mkdir build
- cd build
- cmake ..
- cmake .. -DFORCE_GIT_REVISION="0.2.1-59-g4a124e5"
script: make -j8