Skip to content

Commit

Permalink
Add required path option to conan create
Browse files Browse the repository at this point in the history
conan 1.0 sets this arg as mandatory for the create command. This should
fix your CI build.
  • Loading branch information
Manu343726 committed Jan 11, 2018
1 parent c5b4244 commit ece7ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ script:

# Run conan package test (only on linux, pip is not available in the osx build)
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then conan remote add Manu343726 https://api.bintray.com/conan/manu343726/conan-packages; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cd .. && conan create Manu343726/testing --build=outdated && cd build; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cd .. && conan create . Manu343726/testing --build=outdated && cd build; fi

after_success:
- git config --global user.name "Travis CI"
Expand Down

0 comments on commit ece7ab9

Please sign in to comment.