diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2016-02-04 00:32:08 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2016-02-04 00:32:08 +0100 |
| commit | 28cb3678c9571f042e79bd8fb7b4b10ad1f4b62d (patch) | |
| tree | f35c55cb0dcb630018d789e81f64b1f072f447ef /.travis.yml | |
| parent | 1c71c30a06d77eeeb5cacd023b999e090e6fd670 (diff) | |
| download | g-28cb3678c9571f042e79bd8fb7b4b10ad1f4b62d.tar.gz g-28cb3678c9571f042e79bd8fb7b4b10ad1f4b62d.zip | |
Hopefully fixed tests
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 1530789..91c6657 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,7 @@ language: bash - -before_script: - - sudo apt-get install -y zsh +sudo: required +services: + - docker script: - - bash t/tests.sh - - zsh t/tests.sh + - make |
