UNPKG
starwarsname2
Version:
beta (1.4.0-beta.0)
latest (1.2.0)
1.4.0-beta.0
1.2.0
1.1.0
1.0.0
Get random starwars name
github.com/SevenSinS02/starwarsname
SevenSinS02/starwarsname
starwarsname2
/
.travis.yml
20 lines
(19 loc)
•
272 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
language:
node_js
cache:
directories: - node_modules
notifications:
email:
false
node_js:
-
'7'
-
'6'
-
'4'
before_script:
- npm prune
script:
- npm run test:
single
after_success:
- npm run semantic-release
branches:
except: - /^v\d+\.\d+\.\d+$/