Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
b1e4e018
Commit
b1e4e018
authored
Jun 16, 2016
by
chriseth
Committed by
GitHub
Jun 16, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #104 from redsquirrel/disable-browser-testing
Disabling browser testing
parents
a4e7ba42
0112779f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
+10
-8
.travis.yml
.travis.yml
+10
-8
No files found.
.travis.yml
View file @
b1e4e018
language
:
node_js
language
:
node_js
node_js
:
node_js
:
-
stable
-
stable
before_script
:
# This is disabled until we can stablize the nightwatch testing process
-
npm run serve &
#before_script:
# - npm run serve &
script
:
script
:
-
npm run lint && npm run test && npm run build && nightwatch --env remote
-
npm run lint && npm run test && npm run build
-
pkill node
# && nightwatch --env remote
addons
:
# - pkill node
sauce_connect
:
#addons:
username
:
"
chriseth"
# sauce_connect:
access_key
:
"
b781828a-9e9c-43d8-89d4-2fbb879595ca"
# username: "chriseth"
# access_key: "b781828a-9e9c-43d8-89d4-2fbb879595ca"
deploy
:
deploy
:
provider
:
script
provider
:
script
script
:
ci/deploy_from_travis.sh
script
:
ci/deploy_from_travis.sh
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment