diff --git a/.travis.yml b/.travis.yml index 90f6f1c..a487bef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,13 @@ language: generic os: osx osx_image: xcode7.3 -rvm: -- 2.0.0 before_install: - export XCODEBUILD_PATH=$(which xcodebuild) - export PATH=$PATH:$XCODEBUILD_PATH +- export PATH=$PATH:~/bin install: - git submodule init - git submodule update -- gem +- gem install xcpretty --user-install -n~/bin script: - go run Testing/tests.go