Skip to content

Commit 841a9b7

Browse files
committed
Fix a bug in the Travis CI configuration
1 parent 065aebe commit 841a9b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ before_script:
2525

2626
script:
2727
- source /opt/qt53/bin/qt53-env.sh
28-
- cmake
28+
- cmake .
2929
- make test
3030

3131
notifications:

0 commit comments

Comments
 (0)