Delete unused travis file

This commit is contained in:
Amos Haviv
2014-04-28 21:46:26 +03:00
parent 7c0078cdaa
commit 27dfdfe622

29
config/env/travis.js vendored
View File

@@ -1,29 +0,0 @@
'use strict';
module.exports = {
db: 'mongodb://localhost/mean-travis',
port: 3001,
app: {
title: 'MEAN.JS - Travis Environment'
},
facebook: {
clientID: 'APP_ID',
clientSecret: 'APP_SECRET',
callbackURL: 'http://localhost:3000/auth/facebook/callback'
},
twitter: {
clientID: 'CONSUMER_KEY',
clientSecret: 'CONSUMER_SECRET',
callbackURL: 'http://localhost:3000/auth/twitter/callback'
},
google: {
clientID: 'APP_ID',
clientSecret: 'APP_SECRET',
callbackURL: 'http://localhost:3000/auth/google/callback'
},
linkedin: {
clientID: 'APP_ID',
clientSecret: 'APP_SECRET',
callbackURL: 'http://localhost:3000/auth/linkedin/callback'
}
};