Skip to content

Commit

Permalink
Update for Travis build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Bailey committed Jul 6, 2017
1 parent 455494b commit 283bc45
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 250 deletions.
147 changes: 0 additions & 147 deletions cmd/register-e3db/main.go

This file was deleted.

103 changes: 0 additions & 103 deletions register.go

This file was deleted.

17 changes: 17 additions & 0 deletions travis-install-configfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,20 @@ cat > "$HOME/.tozny/integration-test/e3db.json" <<EOT
"private_key":"${PRIVATE_KEY}"
}
EOT

if [ ! -d "$HOME/.tozny/integration-test-shared" ]; then
mkdir -p "$HOME/.tozny/integration-test-shared"
fi

cat > "$HOME/.tozny/integration-test-shared/e3db.json" <<EOT
{
"version":1,
"api_url":"${API_URL_2}",
"api_key_id":"${API_KEY_ID_2}",
"api_secret":"${API_SECRET_2}",
"client_id":"${CLIENT_ID_2}",
"client_email":"${CLIENT_EMAIL_2}",
"public_key":"${PUBLIC_KEY_2}",
"private_key":"${PRIVATE_KEY_2}"
}
EOT

0 comments on commit 283bc45

Please sign in to comment.