Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1660 from cormacmccarthy/GH1659---make-travis-pul…
Browse files Browse the repository at this point in the history
…l-from-fuelux-edge-instead-of-fuelux-devfuelux

(GH1659) point travis at fuelux-edge instead of fuelux-dev
  • Loading branch information
swilliamset committed Dec 16, 2015
2 parents cee229a + a5d6b34 commit 1729ca1
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 @@ -3,7 +3,7 @@ node_js:
- 0.1
sudo: false
before_install:
- time wget http://fuelux-dev.herokuapp.com/dev/node_modules.tar.gz
- time wget http://fuelux-edge.herokuapp.com/dev/node_modules.tar.gz
- time tar -zxf node_modules.tar.gz
- chmod +x ./node_modules
install:
Expand Down
2 changes: 1 addition & 1 deletion DETAILS.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Pull requests are validate via [Travis CI](https://travis-ci.org/).

Periodically pull requests may fail Travis CI build integration testing with a false negative. If you suspect this is the case you can restart the test via the command line (see below).

[Travis](https://travis-ci.org/) downloads the `node_modules` folder from the "[Edge](https://fuelux-dev.herokuapp.com)" server (["fuelux-dev"](https://fuelux-dev.herokuapp.com)) hosted on [Heroku](https://www.heroku.com). If you add or update a dependency in `package.json`, you will need to also update `package.json` in `master` locally and push it to [Heroku](https://www.heroku.com) for the dependency errors to be resolved in [Travis](https://travis-ci.org/).
[Travis](https://travis-ci.org/) downloads the `node_modules` folder from the "[Edge](https://fuelux-dev.herokuapp.com)" server (["fuelux-edge"](https://fuelux-edge.herokuapp.com)) hosted on [Heroku](https://www.heroku.com). If you add or update a dependency in `package.json`, you will need to also update `package.json` in `master` locally and push it to [Heroku](https://www.heroku.com) for the dependency errors to be resolved in [Travis](https://travis-ci.org/).

### Install Travis CI Client

Expand Down

0 comments on commit 1729ca1

Please sign in to comment.