Skip to content

Commit 2e1a77b

Browse files
yetistraveit65
authored andcommitted
Enable Travis CI for all branches
1 parent dde037d commit 2e1a77b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.travis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ language: bash
55
services:
66
- docker
77

8-
# Trigger only on the travis branch
9-
# Remove the lines if every thing is ok.
10-
branches:
11-
only:
12-
- travis
13-
148
before_install:
159
- curl -Ls -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/docker-build
1610
- chmod +x docker-build
@@ -118,7 +112,7 @@ before_scripts:
118112
- if [ ${TRAVIS} == "false" ]; then
119113
- make clean
120114
- fi
121-
- make -j4
115+
- make
122116
- make install
123117

124118
after_scripts:

0 commit comments

Comments
 (0)