Skip to content

Commit 8a71a82

Browse files
author
Luc
committed
Update .travis.yml
specify branches again
1 parent 2dd0449 commit 8a71a82

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.travis.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ language: bash
44

55
os:
66
- linux
7-
branches:
8-
only:
9-
- master
10-
- stable-esp-module
11-
7+
128
before_install:
139
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"
1410

@@ -32,6 +28,12 @@ script:
3228
- arduino --board esp8266com:esp8266:generic --save-prefs
3329
- arduino --get-pref sketchbook.path
3430
- build_sketch esp8266/esp8266.ino
31+
32+
branches:
33+
only:
34+
- master
35+
- stable-esp-module
36+
3537

3638
notifications:
3739
email:

0 commit comments

Comments
 (0)