summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ee4ee98..0d8ef00 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,12 @@ matrix:
compiler: clang
env:
- QT_BASE=510
+ - FILE=tikzit-osx.dmg
+ - os: osx
+ osx_image: xcode6.4
+ env:
+ - QT_BASE=510
+ - FILE=tikzit-osx-yosemite.dmg
before_install:
@@ -18,7 +24,7 @@ script:
- qmake -r
- make
- macdeployqt tikzit.app -dmg
- - curl --upload-file tikzit.dmg https://transfer.sh/tikzit.dmg
+ - curl --upload-file tikzit.dmg https://transfer.sh/$FILE
notifications:
email: false \ No newline at end of file