aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2017-04-13 15:00:02 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-06-30 20:54:08 +0100
commit28bec8043fa33027958b0afd1b264fd25aa27d9d (patch)
tree91f0f84eac0ffdb8f6ecf2b82e48da21dca57486 /.travis.yml
parentaf5c9769ed7f3d4217d9a5de21cf07aa977737be (diff)
Add scripts to rule them all.
Along the model of GitHub’s scripts, add generic scripts to bootstrap, update, test or run a server.
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 f98d4fdcf..1718c0d42 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,6 +36,6 @@ install:
- .travis/install
before_script:
- commonlib/bin/gettext-makemo FixMyStreet
-script: "bin/run-tests --jobs 3 t"
+script: "script/test --jobs 3 t"
after_success:
- .travis/after_script