Skip to content

Commit

Permalink
hmm, travis is not picking up the scripts, trying to use before inste…
Browse files Browse the repository at this point in the history
…ad of after, adding more debug statements as well. take 2
  • Loading branch information
caridy committed Aug 29, 2012
1 parent 4161ba0 commit 1bf02d4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -4,9 +4,9 @@ node_js:
- 0.6 - 0.6
- 0.4 - 0.4
before_install: before_install:
- ./travis/before.sh - ./yahoo/mojito/travis/before.sh
install: install:
- ./travis/install.sh - ./yahoo/mojito/travis/install.sh
notifications: notifications:
email: email:
recipients: recipients:
Expand Down
12 changes: 7 additions & 5 deletions travis/install.sh
Expand Up @@ -6,13 +6,15 @@ cd "$(dirname "$0")"


echo "cd: `pwd`" echo "cd: `pwd`"


# YUI bleeding # Building NPM module
git clone git://github.com/yui/yui3.git yui-src cd ./mojito;

echo "NPM Build Dir: `pwd`"
wait wait
cd ./yui-src/ echo "Installing NPM Modules"
make npm npm install -loglevel silent
wait wait
cd ../ cd ../


# Building YUI module # Building YUI module
cd ./yui-src/build-npm; cd ./yui-src/build-npm;
Expand Down

0 comments on commit 1bf02d4

Please sign in to comment.