FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
javascript/.travis.yml at master · codeadotdev/javascript · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
codeadotdev
/
javascript
Public
forked from
agrcrobles/javascript
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
javascript
/
.travis.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (18 loc) · 533 Bytes
Breadcrumbs
javascript
/
.travis.yml
Copy path
File metadata and controls
18 lines (18 loc) · 533 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language
:
node_js
node_js
:
-
"
7
"
-
"
6
"
-
"
5
"
-
"
4
"
env
:
-
'
TEST_DIR=packages/eslint-config-airbnb
'
-
'
TEST_DIR=packages/eslint-config-airbnb-base
'
before_install
:
-
'
cd $TEST_DIR
'
-
'
if [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then case "$(npm --version)" in 1.*) npm install -g npm@1.4.28 ;; 2.*) npm install -g npm@2 ;; esac ; fi
'
-
'
if [ "${TRAVIS_NODE_VERSION}" != "0.6" ] && [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then npm install -g npm; fi
'
script
:
-
'
npm run travis
'
sudo
:
false
matrix
:
fast_finish
:
true
Back
|
FazBrowse Home
|
New Git URL