summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2016-04-06 00:38:40 +0100
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2016-04-06 00:59:36 +0100
commit58bdc99ebe658a15fbeccb5902bd3e4cd0ac5537 (patch)
tree52945b11777404c9654d98764f6b8b6c73e3f942 /.travis.yml
parentfbaa883b9400fb4ca3eb2a3d0b9d39f9896dbcb2 (diff)
downloadybd-58bdc99ebe658a15fbeccb5902bd3e4cd0ac5537.tar.gz
Rename install.sh => install_dependencies.sh
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index bdbdc6c..4ff3799 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
before_install:
-- ./install.sh
+- ./install_dependencies.sh
install:
- sudo python setup.py install