Skip to content

Commit 914e114

Browse files
Maxime MarinelMaxime
Maxime Marinel
authored and
Maxime
committed
Fuck travis ci 😡
1 parent f9cca79 commit 914e114

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
language: objective-c
22
osx_image: xcode8
3-
xcode_project: wallabag.xcodeproj
3+
xcode_workspace: wallabag.xcworkspace
44
xcode_scheme: wallabag
5-
env:
6-
global:
7-
- PROJECT=wallabag.xcodeproj
8-
95
script:
10-
- set -o pipefail && env "NSUnbufferedIO=YES" xcodebuild "-workspace" "wallabag.xcworkspace" "-scheme" "wallabag" "build" "test" "-destination" "platform=iOS Simulator,name=iPhone 6s Plus,OS=latest" | xcpretty
6+
- set -o pipefail && env "NSUnbufferedIO=YES" xcodebuild "-workspace" "wallabag.xcworkspace" "-scheme" "wallabag" "build" "test" "-destination" "platform=iOS Simulator,name=iPhone 6s Plus,OS=latest" | xcpretty

0 commit comments

Comments
 (0)