mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-15 08:45:52 +08:00
Update .travis.yml
specify branches again
This commit is contained in:
parent
2dd04499e8
commit
8a71a82de4
12
.travis.yml
12
.travis.yml
@ -4,11 +4,7 @@ language: bash
|
||||
|
||||
os:
|
||||
- linux
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- stable-esp-module
|
||||
|
||||
|
||||
before_install:
|
||||
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"
|
||||
|
||||
@ -32,6 +28,12 @@ script:
|
||||
- arduino --board esp8266com:esp8266:generic --save-prefs
|
||||
- arduino --get-pref sketchbook.path
|
||||
- build_sketch esp8266/esp8266.ino
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- stable-esp-module
|
||||
|
||||
|
||||
notifications:
|
||||
email:
|
||||
|
Loading…
x
Reference in New Issue
Block a user