Skip to content

Commit 5b17181

Browse files
committed
Travis CI configuration update
1 parent cb082c6 commit 5b17181

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ install:
1818

1919
script:
2020
- source /opt/qt55/bin/qt55-env.sh
21-
- /opt/qt55/bin/qmake src/peb.pro
21+
- /opt/qt55/bin/qmake $TRAVIS_BUILD_DIR/src/peb.pro
22+
- cd $TRAVIS_BUILD_DIR/src
2223
- make
2324

2425
notifications:

0 commit comments

Comments
 (0)