diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7ab11b9..d6fcc9d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,4 @@ before_install: install: - sudo apt-get install -y libpcre3-dev - pushd /tmp/make-${MAKE_VER} && ./configure && make && sudo make install ; popd -script: /usr/local/bin/make -k check +script: /usr/local/bin/make check |