Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
todomvc
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eugene Shen
todomvc
Commits
32a6f839
Commit
32a6f839
authored
Feb 08, 2015
by
Sindre Sorhus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .travis.yml
parent
26d239c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
10 deletions
+8
-10
.travis.yml
.travis.yml
+8
-10
No files found.
.travis.yml
View file @
32a6f839
...
...
@@ -2,14 +2,12 @@
# run on your project. The secure: variable must be generated by running `travis encrypt`
# on a github oauth key that you can generate using curl.
language
:
node_js
sudo
:
false
sudo
:
false
language
:
node_js
node_js
:
-
0.10
-
'
0.12'
notifications
:
irc
:
"
irc.freenode.org#tastejs"
irc
:
'
irc.freenode.org#tastejs'
branches
:
only
:
-
master
...
...
@@ -26,7 +24,7 @@ env:
# travis encrypt GH_OAUTH_TOKEN=XXXXXXXXXXXXXXX
#
# User specific env variables
-
secure
:
"
fHgfjMpYuliwMr2QLnjYZExIViNrxprf9dhXRBLZ6P9Hz7P6m1BMYrI/xEG8X+fFbCi0+n3AXh8SEMHi9ou/Pty/cx12z4w/z3B2BHMxh4XBwpZHs+AB4IXkLiwwWoP4QFy4vTipgYnMDMq9CRhlRbhZEpenQBmaTEc472By1uM="
-
secure
:
'
fHgfjMpYuliwMr2QLnjYZExIViNrxprf9dhXRBLZ6P9Hz7P6m1BMYrI/xEG8X+fFbCi0+n3AXh8SEMHi9ou/Pty/cx12z4w/z3B2BHMxh4XBwpZHs+AB4IXkLiwwWoP4QFy4vTipgYnMDMq9CRhlRbhZEpenQBmaTEc472By1uM='
-
GH_OWNER
:
tastejs
-
GH_PROJECT_NAME
:
todomvc
...
...
@@ -45,8 +43,8 @@ after_success:
-
cp -R ../dist/* .
-
cp ../dist/.* .
-
git add -f .
-
git config user.email
"travis@rdrei.net"
-
git config user.name
"TasteBot"
-
git commit -am
"update the build files for gh-pages [ci skip]"
-
git config user.email
'travis@rdrei.net'
-
git config user.name
'TasteBot'
-
git commit -am
'update the build files for gh-pages [ci skip]'
# Any command that using GH_OAUTH_TOKEN must pipe the output to /dev/null to not expose your oauth token
-
git push https://${GH_OAUTH_TOKEN}@github.com/${GH_OWNER}/${GH_PROJECT_NAME} HEAD:gh-pages > /dev/null 2>&1
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