Skip to content

Commit

Permalink
fixed build script and build conf
Browse files Browse the repository at this point in the history
  • Loading branch information
gAmUssA committed Feb 21, 2013
1 parent 6ce8b22 commit 0721a59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,3 +1,3 @@
language: node_js

script: ./chapter_08/project-ssc-jquery-tdd/build.sh
script: ./build.sh
2 changes: 2 additions & 0 deletions chapter_08/project-ssc-jquery-tdd/build.sh → build.sh
Expand Up @@ -2,6 +2,8 @@

set -ex

cd chapter_08/project-ssc-jquery-tdd

npm install -g grunt-cli
npm install
grunt all --force

0 comments on commit 0721a59

Please sign in to comment.