summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2019-09-30 12:01:53 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2019-09-30 12:01:53 +0200
commit8bfb41e3dd1c4e7035e925c35e821e2cfd7dd642 (patch)
tree59b5e6f6eabccfb05cb674964bb2c974ddc2f34c
parent7348dad11429b535ff81c5f3c95b2c4f15d253d3 (diff)
Scan that shit . .
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index aaa255ba..4540365d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,6 +42,7 @@ install:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get -qq install lcov; fi
before_script:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then source /opt/qt512/bin/qt512-env.sh; fi
+- "curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install.sh | sudo bash"
- qmake -v
script:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then qmake CONFIG+=coverage -Wall qtpass.pro; fi
@@ -63,6 +64,8 @@ script:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then pandoc --standalone --from=gfm --to=rtf --output=README.rtf README.clean; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then appdmg appdmg.json qtpass-$(grep ^VERSION qtpass.pri | cut -d " " -f 6).dmg; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then export VERSION=$(grep ^VERSION qtpass.pri | cut -d " " -f 6); fi
+- fossa init
+- fossa init
notifications:
irc:
channels: