UNPKG
tellots
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.1
1.0.0
An elegant Javascript library around the Tello SDK (Drone)
github.com/siokas/tellojs
siokas/tellojs
tellots
/
.travis.yml
25 lines
(18 loc)
•
240 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
language:
node_js
node_js:
-
'node'
-
'10'
-
'8'
env:
-
workerCount=3
timeout=600000
matrix:
fast_finish:
true
branches:
only:
-
master
-
/^release-.*/
install:
-
npm
install
cache:
directories:
-
node_modules