Skip to content

Commit

Permalink
Use mkdir -p on travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chase Geigle committed Sep 6, 2017
1 parent 77a85db commit d4784a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ addons:
- clang-3.6

install:
- mkdir $HOME/lib
- mkdir -p $HOME/lib
- export LD_LIBRARY_PATH=$HOME/lib:$LD_LIBRARY_PATH
- mkdir $HOME/bin
- mkdir -p $HOME/bin
- export PATH=$HOME/bin:$PATH
- mkdir $HOME/include
- mkdir -p $HOME/include
- export CPLUS_INCLUDE_PATH=$HOME/include:$CPLUS_INCLUDE_PATH
- wget --no-check-certificate http://www.cmake.org/files/v3.2/cmake-3.2.2-Linux-x86_64.sh
- sh cmake-3.2.2-Linux-x86_64.sh --prefix=$HOME --exclude-subdir
Expand Down

0 comments on commit d4784a1

Please sign in to comment.