blob: 114105e9873da0f72014af9ad0e2aca34edf45e4 (
plain)
1
2
3
4
5
6
7
8
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
|