fixed .travis.yml file name

This commit is contained in:
oznu
2017-12-06 18:03:39 +11:00
parent 582b4cef61
commit 4157d244ff
+11
View File
@@ -0,0 +1,11 @@
services:
- docker
before_install:
- git clone https://github.com/oznu/docker-arm-ci.git ~/docker-arm-ci
before_scripts:
- export TARGET_IMAGE_TAG=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then if [ "$TRAVIS_BRANCH" = "master" ]; then echo "armhf"; else echo "$TRAVIS_BRANCH-armhf"; fi; else echo ""; fi)
script:
- ~/docker-arm-ci/run.sh