From 5ece74095776db9e58add1a1881b2bb2694f1207 Mon Sep 17 00:00:00 2001 From: Brandon Burton Date: Wed, 2 Dec 2015 10:16:38 -0800 Subject: [PATCH 1/2] Tweaking solarce's title **Infrastructure Conductor** =D --- app/routes/team.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/team.coffee b/app/routes/team.coffee index fd0ede97..513bb709 100644 --- a/app/routes/team.coffee +++ b/app/routes/team.coffee @@ -143,7 +143,7 @@ Route = TravisRoute.extend }, { name: 'Brandon Burton' - title: 'Regional Cloud Manager' + title: 'Infrastructure Conductor' handle: 'solarce' nationality: 'usa' country: 'usa' From ac426b39140e8ee1c98c9ababf59ec4b57c061ce Mon Sep 17 00:00:00 2001 From: Brandon Burton Date: Wed, 2 Dec 2015 14:17:59 -0800 Subject: [PATCH 2/2] trying newer node --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0fa0207b..28361939 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ --- language: node_js -node_js: "0.10.36" +node_js: stable env: - EMBER_VERSION=default