-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
112 changed files
with
74 additions
and
17 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
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,14 +1,12 @@ | ||
language: node_js | ||
node_js: | ||
- 0.1 | ||
- "0.10" | ||
|
||
before_script: | ||
- export DISPLAY=:99.0 | ||
- sh -e /etc/init.d/xvfb start | ||
- npm install --quiet -g karma | ||
- ./scripts/web-server.js > /dev/null & | ||
- sleep 1 # give server time to start | ||
- npm install --quiet -g grunt-cli karma bower | ||
- bower install | ||
|
||
script: grunt | ||
|
||
script: | ||
- karma start config/karma.conf.js --no-auto-watch --single-run --reporters=dots --browsers=Firefox | ||
- karma start config/karma-e2e.conf.js --reporters=dots --browsers=Firefox |
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
Empty file.
This file was deleted.
Oops, something went wrong.
Empty file.
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,12 +1,33 @@ | ||
{ | ||
"author": "Anthony Truskinger", | ||
"name": "baw-client", | ||
"description": "The angular client for the QUT Bioacoustics server", | ||
"version": "", | ||
"description": "The AngularJS client for the QUT Bioacoustics server", | ||
"licenses": { | ||
"type": "Apache", | ||
"url": "https://github.com/QutBioacoustics/baw-client/blob/master/LICENSE" | ||
}, | ||
"bugs": "https://github.com/QutBioacoustics/baw-client/issues", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/QutBioacoustics/baw-client.git" | ||
}, | ||
"devDependencies": { | ||
"phantomjs" : "*", | ||
"karma" : "*", | ||
"karma-junit-reporter" : "*", | ||
"karma-jasmine" : "*", | ||
"karma-ng-scenario" : "*" | ||
"grunt": "~0.4.1", | ||
"grunt-recess": "~0.3.0", | ||
"grunt-contrib-clean": "~0.4.1", | ||
"grunt-contrib-copy": "~0.4.1", | ||
"grunt-contrib-jshint": "~0.4.3", | ||
"grunt-contrib-concat": "~0.3.0", | ||
"grunt-contrib-watch": "~0.4.0", | ||
"grunt-contrib-uglify": "~0.2.0", | ||
"grunt-karma": "~0.5.0", | ||
"grunt-ngmin": "0.0.2", | ||
"grunt-html2js": "~0.1.3", | ||
"grunt-contrib-coffee": "~0.7.0", | ||
"grunt-coffeelint": "0.0.6", | ||
"grunt-conventional-changelog": "~0.1.1", | ||
"grunt-bump": "0.0.6" | ||
}, | ||
"private": true | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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