Skip to content

Commit

Permalink
travis: running build_and_test_sdist.sh as sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
ftomassetti committed May 7, 2015
1 parent 921c797 commit 8c0adf3
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 @@ -27,4 +27,4 @@ script:
- if [ ! "$TARGET" = "cpp" ] && [ "$PYVERSION" = "2.6.9" ]; then source ../travis/prepare_py26.sh ; fi
- if [ ! "$TARGET" = "cpp" ] && [ ! "$PYVERSION" = "2.6.9" ]; then source ../travis/prepare_py.sh ; fi
- if [ ! "$TARGET" = "cpp" ]; then sh ../travis/build_python.sh ; fi
- if [ ! "$TARGET" = "cpp" ]; then sh ../travis/build_and_test_sdist.sh ; fi
- if [ ! "$TARGET" = "cpp" ]; then sudo sh ../travis/build_and_test_sdist.sh ; fi

0 comments on commit 8c0adf3

Please sign in to comment.