Skip to content

Commit 25b4be2

Browse files
authored
Merge pull request #152 from iLib-js/fixBuild
Do ant clean before the build just to be sure
2 parents e2871bc + 788192d commit 25b4be2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ script:
2525
# [Error] QFontDatabase: Cannot find font directory /usr/lib/x86_64-linux-gnu/fonts - is Qt installed correctly?
2626
- sudo ln -s /usr/share/fonts /usr/lib/x86_64-linux-gnu/fonts
2727

28-
# iLib Full builde / Running nodeunit test.
29-
- ant test
28+
# iLib full build / Run nodeunit tests
29+
- ant clean test
3030
#- which qmake
3131
#- which qmlscene
3232
#- cd qt/NodeunitTest

0 commit comments

Comments
 (0)