summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-10-15 16:49:39 +0200
committerAleks Kissinger <aleks0@gmail.com>2018-10-15 16:49:39 +0200
commit47547dec0d45f98db5fe53f48182f276e2aef238 (patch)
treede1e97e9eeffb3b79fbf51c2821270995d176d44
parentb151db2de2027742ffc665adb22eee074c92404b (diff)
fixed yml
-rw-r--r--.travis.yml13
1 files changed, 6 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 6401ce7..7e1efd3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,13 +10,12 @@ matrix:
before_install:
install:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then
- # TODO
- else
- brew install qt5;
- brew link --force qt5;
- fi
- fi
+ if [ "$TRAVIS_OS_NAME" = "linux" ]; then
+ # TODO
+ else
+ brew install qt5;
+ brew link --force qt5;
+ fi
script:
- qmake -v