Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

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.4
before_install:
- ./travis/before.sh
- ./yahoo/mojito/travis/before.sh
install:
- ./travis/install.sh
- ./yahoo/mojito/travis/install.sh
notifications:
email:
recipients:
Expand Down
12 changes: 7 additions & 5 deletions travis/install.sh
Expand Up @@ -6,13 +6,15 @@ cd "$(dirname "$0")"

echo "cd: `pwd`"

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

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

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

0 comments on commit 1bf02d4

Please sign in to comment.