Skip to content

Commit fd99932

Browse files
Tom KingTom King
authored andcommitted
Reverting travis for now
1 parent 6935e3a commit fd99932

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config/environment.cfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
88
// Below, we have set it to "development" for you since that is convenient when you are building your application.
99
// We recommend that you change this to "production" when you're running your application live.
10-
set(environment="production");
10+
set(environment="development");
1111
1212
</cfscript>

config/production/settings.cfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
// set(errorEmailAddress="someone@somewhere.com");
88
99
// Automagically migrate the database if in production mode
10-
set(autoMigrateDatabase=true);
10+
//set(autoMigrateDatabase=true);
1111
</cfscript>

0 commit comments

Comments
 (0)