Skip to content

Commit

Permalink
Extract areas to standalone repo (#813)
Browse files Browse the repository at this point in the history
* Move all areas to gobbldygook-area-data

* update paths to use remote areas path

* remove the build:areas script

* remove extra packages from package.json

* fix student testing script
  • Loading branch information
hawkrives committed Apr 26, 2016
1 parent b99ea2a commit b11efdc
Show file tree
Hide file tree
Showing 93 changed files with 4 additions and 3,016 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ node_js:
script:
- set -e # exit the build as soon as one command errors
- npm run lint
- npm run build:areas
- npm run test:students
- npm run nyc # runs mocha with coverage
- npm run build:ci
- set +e # reset the setting

after_success: npm run coveralls & npm run codecov
after_success: npm run coveralls
326 changes: 0 additions & 326 deletions area-data/README.md

This file was deleted.

Loading

0 comments on commit b11efdc

Please sign in to comment.