Skip to content

Commit

Permalink
add 'if' before 'mkdir'
Browse files Browse the repository at this point in the history
  • Loading branch information
fduxiao authored and fduxiao committed Sep 21, 2018
1 parent 1ea6fea commit 4e18b84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ before_script:

script:
- mkdir pylibui/libui/sharedlibs
- if [ ! -d pylibui/libui/sharedlibs ]; then mkdir pylibui/libui/sharedlibs ; fi
- cp -f $TEMP_LIB_DIR/build/out/* pylibui/libui/sharedlibs/
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then xvfb-run python -m unittest ; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then python -m unittest ; fi

0 comments on commit 4e18b84

Please sign in to comment.