We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd0449 commit 8a71a82Copy full SHA for 8a71a82
.travis.yml
@@ -4,11 +4,7 @@ language: bash
4
5
os:
6
- linux
7
-branches:
8
- only:
9
- - master
10
- - stable-esp-module
11
-
+
12
before_install:
13
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"
14
@@ -32,6 +28,12 @@ script:
32
28
- arduino --board esp8266com:esp8266:generic --save-prefs
33
29
- arduino --get-pref sketchbook.path
34
30
- build_sketch esp8266/esp8266.ino
31
+branches:
+ only:
+ - master
35
+ - stable-esp-module
36
37
38
notifications:
39
email:
0 commit comments