pioneers/.travis.prepare.sh

5 lines
63 B
Bash
Raw Normal View History

2014-01-22 14:28:29 +00:00
#!/bin/bash
cd deps
2014-01-22 14:38:25 +00:00
./getDeps.sh ni #non-interactively..
2014-01-22 14:28:29 +00:00
cd ..