aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml44
1 files changed, 0 insertions, 44 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 72bda2e..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,44 +0,0 @@
-language: python
-python:
- - "2.7"
-
-
-sudo: required
-services:
- - docker
-
-services:
- - docker
-
-env:
- global:
- - DOCKER_VERSION=1.10.1-0~trusty
-
-
-compiler:
- - gcc
- - clang
-
-before_install:
- # list docker-engine versions
- - apt-cache madison docker-engine
-
- # upgrade docker-engine to specific version
- - sudo apt-get -o Dpkg::Options::="--force-confnew" install -y docker-engine=${DOCKER_VERSION}
-
-
-script:
- - ./scripts/build_ceed
- - docker version
- - ./scripts/build_containers
- - docker images | grep codi | grep -q test
- - docker images | grep toolchain | grep -q test
- - docker images | grep zephyr | grep -q test
- - ./scripts/run_containers
- - python tests.py
-
-notifications:
- email:
- recipients:
- on_success: change
- on_failure: always