Skip to content

Commit

Permalink
removing mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
aewebb80 committed Oct 20, 2019
1 parent a63260c commit 5c036e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion install_executables.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/sh
set -ex
mkdir $TRAVIS_BUILD_DIR/bin
export PATH=$PATH:$TRAVIS_BUILD_DIR/bin/
wget https://faculty.washington.edu/browning/beagle/beagle.24Aug19.3e8.jar
mv beagle.24Aug19.3e8.jar $TRAVIS_BUILD_DIR/bin/beagle.jar
Expand Down

0 comments on commit 5c036e4

Please sign in to comment.