diff options
author | Patrick Griffis <tingping@tingping.se> | 2018-04-03 16:09:25 -0400 |
---|---|---|
committer | Patrick Griffis <tingping@tingping.se> | 2018-04-03 16:09:25 -0400 |
commit | c70c1e1896bcef9230c63b24eec886725ecbbd72 (patch) | |
tree | d3f713f4dddfa559e3e5ebe60c3e0936e28aca2b | |
parent | 5cd70622aaabc0419cc0b547808f09221530f0fc (diff) |
travis: Run tests
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7e7b4ab0..df0c7e1f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ before_install: install: - docker run -d --privileged --cidfile=/tmp/cid --volume=${PWD}:/opt/hexchat hexchat/ubuntu-ci /bin/systemd --system script: - - docker exec `cat /tmp/cid` /bin/sh -c 'meson /opt/hexchat /opt/hexchat-build -Dwith-text=true -Dwith-theme-manager=true && ninja -C /opt/hexchat-build install' + - docker exec `cat /tmp/cid` /bin/sh -c 'meson /opt/hexchat /opt/hexchat-build -Dwith-text=true -Dwith-theme-manager=true && ninja -C /opt/hexchat-build install && ninja -C /opt/hexchat-build test' after_script: - docker kill `cat /tmp/cid` notifications: |