projects
/
tech-radar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dac4c39
)
updated travis scripts
author
Bruno Trecenti
<btrecent@thoughtworks.com>
Fri, 21 Mar 2014 20:37:29 +0000
(17:37 -0300)
committer
Bruno Trecenti
<btrecent@thoughtworks.com>
Fri, 21 Mar 2014 20:37:29 +0000
(17:37 -0300)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
b755d03
..
e629eee
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-1,5
+1,12
@@
language: node_js
+
node_js:
- "0.10"
+
before_script:
+ - npm install -g bower
+ - bower install
- npm install -g gulp
+
+script:
+ - gulp test