summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNils <git@velohero.com>2018-01-11 12:29:13 +0100
committerNils <git@velohero.com>2018-01-11 12:29:13 +0100
commit08ba9827c5e6128464b75b658f64685f4f792874 (patch)
treec1c53c4bb811791487b8b5e2278b5eb559c513a0 /.travis.yml
parentb998e623e330c59304ec46a9c299300867d2c4a9 (diff)
test script for travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..114105e
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,9 @@
+language: bash
+os:
+ - linux
+before_install:
+ - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y imagemagick jhead; fi
+before_script:
+ - curl -f "https://raw.githubusercontent.com/lehmannro/assert.sh/v1.1/assert.sh" -o assert.sh
+script:
+ - bash tests.sh \ No newline at end of file