Skip to content

Commit

Permalink
Bump up testacular version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pkozlowski-opensource committed Oct 20, 2012
1 parent 9cf4b1a commit 94444f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install --quiet -g [email protected] testacular@0.2.x
- npm install --quiet -g [email protected] testacular@0.4.x
- git clone --quiet git://github.com/angular-app/angular-app-server.git
- cd angular-app-server
- npm install --quiet
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Installation

* Install node.js (requires node.js version >= 0.8.4)
* Install global npm modules: `npm install -g [email protected] testacular@0.2.x`
* Install global npm modules: `npm install -g [email protected] testacular@0.4.x`
* Install local dependencies: `npm install`

# Development Process
Expand Down

0 comments on commit 94444f9

Please sign in to comment.