We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f4c072 commit 2c637beCopy full SHA for 2c637be
.travis.yml
@@ -0,0 +1,21 @@
1
+language: objective-c
2
+cache:
3
+ directories:
4
+ - $HOME/.ccache
5
+install:
6
+- gem install xcpretty
7
+- brew install ccache
8
+- PATH=$PATH:/usr/local/opt/ccache/libexec
9
+- export PYTHONUSERBASE=~/.local
10
+- easy_install --user scan-build
11
+script:
12
+- set -o pipefail && xcodebuild -project "ColorSet.xcodeproj" -scheme "ColorSetKit" build test | xcpretty
13
+before_script:
14
+- ccache -s
15
+- ccache -z
16
+after_script:
17
18
+after_success:
19
+- bash Scripts/travis-after.sh
20
+notifications:
21
+ slack: xs-labs:FXh1yLXNkpcVxKZhZU6icdhI
0 commit comments