]> git.parisson.com Git - timeside.git/commitdiff
Travis-CI: fix path for test on server
authorThomas Fillon <thomas@parisson.com>
Tue, 20 Jan 2015 13:17:07 +0000 (14:17 +0100)
committerThomas Fillon <thomas@parisson.com>
Tue, 20 Jan 2015 13:17:07 +0000 (14:17 +0100)
.travis.yml

index b0cfb002c3753e2e51707d004ccb73f21ffd4223..4764b5221bcae49e83319507bd75cfe1d0a645ab 100644 (file)
@@ -58,7 +58,7 @@ script:
     fi
   # -------------SERVER-------------------------
   - if [[ $TEST_TARGET == 'server' ]]; then
-       cd example/sandbox;
+       cd examples/sandbox;
        ./manage.py syncdb;
        ./manage.py migrate;
        ./manage.py runserver;