UNPKG
alaaeta-starwars
Version:
beta (1.1.1-beta.0)
latest (1.1.4)
1.1.4
1.1.3
1.1.1
1.1.1-beta.0
1.0.1
1.0.0
Get Star War
github.com/Alaa-eta/starwars
Alaa-eta/starwars
alaaeta-starwars
/
.travis.yml
18 lines
(17 loc)
•
258 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
sudo :
false
language:
node.js
cache:
directories:
-
node_modules
notifications:
email:
false
node_js:
-
iojs
before_install:
-
npm
i
-g
npm@^2.0.0
before_script:
-
npm
prune
script:
-
npm
run
test
after_success:
-
npm
run
semantic-release