Skip to content

Commit

Permalink
Switched url for test env, switched travis to test env.
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkyfen committed Apr 1, 2014
1 parent 68e6566 commit 11e5195
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -10,4 +10,4 @@ services:
- redis-server
env:
global:
- NODE_ENV='development'
- NODE_ENV='test'
2 changes: 1 addition & 1 deletion lib/config/env/test.js
Expand Up @@ -3,5 +3,5 @@
module.exports = {
env: 'test',
// Used for Same-Origin Policy
url: 'http://localhost:9000'
url: 'http://example.com'
};

0 comments on commit 11e5195

Please sign in to comment.