Skip to content

Commit

Permalink
Avoid double bundle install
Browse files Browse the repository at this point in the history
Travis automatically calls this during the install phase.
See https://docs.travis-ci.com/user/customizing-the-build/ for more info
  • Loading branch information
timbodeit committed Jan 30, 2016
1 parent 6cb2b42 commit 96eb2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -35,7 +35,7 @@ matrix:
env: DEVICE="iPad Pro" VERSION=9.1
before_install:
- export LANG=en_US.UTF-8
- bundle install
before_script:
- bundle exec pod install --project-directory=Demo
script:
- xctool -sdk iphonesimulator -workspace Demo/NUIDemo.xcworkspace -scheme NUITests -destination "platform=iOS Simulator,name=$DEVICE,OS=$VERSION" clean test

0 comments on commit 96eb2f0

Please sign in to comment.