forked from angular-app/angular-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9cf4b1a
commit 94444f9
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|