Skip to content

Commit 2571036

Browse files
committed
Set up UserSettings.xcconfig in before_script step
1 parent d95ebe5 commit 2571036

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
language: objective-c
2+
3+
before_script: echo 'GCC_PREPROCESSOR_DEFINITIONS=$(inherited) GCY_LIST_REPOSITORY=jspahrsummers/grocery-lists GCY_CLIENT_ID=notarealclientid GCY_CLIENT_SECRET=notarealclientsecret' > Configuration/UserSettings.xcconfig
24
script: script/cibuild
5+
36
notifications:
47
email: false

0 commit comments

Comments
 (0)