File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -18,5 +18,7 @@ matrix:
1818before_install :
1919 - gem update bundler
2020 - gem install xcpretty --no-document
21+ - brew update
22+ - brew outdated carthage || brew upgrade carthage
2123script :
2224 - ./run-tests.sh
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ CARTHAGE_DIR := Carthage
55CARTHAGE_ARGS := --no-use-binaries
66CARTHAGE_TOOLCHAIN := com.apple.dt.toolchain.Swift_3_0
77CARTHAGE_CMDLINE := --configuration $(CARTHAGE_CONFIGURATION ) --platform $(CARTHAGE_PLATFORM ) --toolchain $(CARTHAGE_TOOLCHAIN ) $(CARTHAGE_ARGS )
8+ TRAVIS_COMMIT ?= master
9+ TRAVIS_REPO_SLUG ?= stephencelis/SQLite.swift
810
911test : $(CARTHAGE ) Cartfile
1012 $< bootstrap $(CARTHAGE_CMDLINE )
13+
14+ Cartfile :
15+ echo ' github "$(TRAVIS_REPO_SLUG)" "$(TRAVIS_COMMIT)"' > $@
You can’t perform that action at this time.
0 commit comments