You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
325 B
YAML
18 lines
325 B
YAML
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- '6.10.1'
|
|
script:
|
|
- export IP_ADDR=$(ip addr | grep eth -A 4 | grep 'inet ' | awk '{ print $2 }' | sed 's/\/..//')
|
|
- npm test
|
|
addons:
|
|
browserstack:
|
|
username:
|
|
secure: <TODO>
|
|
access_key:
|
|
secure: <TODO>
|
|
env:
|
|
global:
|
|
- secure: <TODO>
|
|
- secure: <TODO>
|