Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Element
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林焕东
Element
Commits
bb4df30b
Commit
bb4df30b
authored
Dec 28, 2016
by
qingwei.li
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update travis.yml
parent
2d8fd189
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
.travis.yml
.travis.yml
+0
-6
No files found.
.travis.yml
View file @
bb4df30b
...
...
@@ -3,17 +3,11 @@ language: node_js
node_js
:
stable
cache
:
directories
:
-
$HOME/.npm
-
$HOME/.yarn-cache
-
node_modules
before_install
:
-
curl -o- -L https://yarnpkg.com/install.sh | bash
-
export PATH=$HOME/.yarn/bin:$PATH
-
export TRAVIS_COMMIT_MSG="[deploy] $(git log --format='%h - %B' --no-merges -n 1)"
-
export TRAVIS_COMMIT_USER="$(git log --no-merges -n 1 --format=%an)"
-
export TRAVIS_COMMIT_EMAIL="$(git log --no-merges -n 1 --format=%ae)"
install
:
yarn install
script
:
yarn run test
after_success
:
-
sh build/deploy-ci.sh
-
cat ./test/unit/coverage/lcov.info | ./node_modules/.bin/coveralls
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