From 2e1a77bf991025b8f15286eb536b7b13b5602250 Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Mon, 18 Feb 2019 22:26:53 +0800 Subject: Enable Travis CI for all branches --- .travis.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6b88e4f..c1aee89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,12 +5,6 @@ language: bash services: - docker -# Trigger only on the travis branch -# Remove the lines if every thing is ok. -branches: - only: - - travis - before_install: - curl -Ls -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/docker-build - chmod +x docker-build @@ -118,7 +112,7 @@ before_scripts: - if [ ${TRAVIS} == "false" ]; then - make clean - fi - - make -j4 + - make - make install after_scripts: -- cgit v1.2.1