ci: move Travis build script to more informative directory name

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram 2016-10-20 10:03:02 +02:00
parent 6827772338
commit 54d9b16141
2 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ before_script:
- export DISPLAY=:99.0 - export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start - sh -e /etc/init.d/xvfb start
script: script:
- ./scripts/travis.sh - ./ci/travis.sh
branches: branches:
except: except:
- gobot.io - gobot.io