diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index b0a9c88a7ad..00000000000 --- a/.travis.yml +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 2015-2016, Google, Inc. -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -sudo: false -language: node_js -node_js: -- "6" - -cache: - directories: - - node_modules/ - -env: - global: - - GOOGLE_APPLICATION_CREDENTIALS=$TRAVIS_BUILD_DIR/key.json - - TEST_BUCKET_NAME=nodejs-docs-samples - - GCLOUD_PROJECT=nodejs-docs-samples - -before_install: - - openssl aes-256-cbc -K $encrypted_fda0b707c7d5_key -iv $encrypted_fda0b707c7d5_iv -in key.json.enc -out key.json -d - - npm install -g npm - - npm set progress=false - -before_script: - - node scripts/install - -script: npm test \ No newline at end of file diff --git a/CONTRIBUTORS b/CONTRIBUTORS deleted file mode 100644 index a89c8a57bb1..00000000000 --- a/CONTRIBUTORS +++ /dev/null @@ -1,98 +0,0 @@ -# The names of individuals who have contributed to this project. -# -# Names are formatted as: -# name -# -Ace Nassri -Alessandro Rossi -Ali Ijaz Sheikh -Amy -Andrew Gorcester -Anish Karandikar -Ato Araki -Bill Prin -Bill Prin -Brett Johnson -CRoed -Campion Fellin -Chris Broadfoot -Christophe Taton -DPE bot -Daisuke Fujimura -Dan Ciruli -Dan Holevoet -Daniel Hermes -Daryush Laqab -Eli Bixby -F. Hinkelmann -Fred Sauer -Geoffrey Gowan -Greenkeeper -Greg Solovyev -Gus Class -Hunter Freyer -JJ Geewax -Jason -Jason Dobry -Jason Dobry -Jeff Mendoza -Jeff Mendoza -Jeff Terrace -Jerjou -Jerjou Cheng -Jon Wayne Parrott -Jonathan Simon -Jonathan Wayne Parrott -Justin Beckwith -Kacper Polak -Kurtis Van Gent <31518063+kurtisvg@users.noreply.github.com> -Lawrence L -Les Vogel -Limin Wang -Luqman A. Siswanto -Marc Cohen -Marc Cohen -Marci Windsheimer -Max Braun -Myles Borins -Nicolas Garnier -Ossama Alami -Patrick Costello -Paul Buser -Philip Irri -Pierre Fritsch -Preston Holmes -Ricky Dunlop -Ryan Hughes -Ryan Matsumoto -Sandeep Dinesh -Sankalp Kulshreshtha -Sepehr Ebrahimzadeh -Simon Zeltser -Slawek Walkowski -Stephen Sawchuk -Steren -Takashi Matsuo -Takashi Matsuo -Tim Swast -Vikas Kedia -Walter Poupore -Wesley Wong -carieshmarie -chenyumic -danaharon -elibixby -elibixby -ellenevans <35748459+ellenevans@users.noreply.github.com> -emesx -jasminejaksic -kdeus -labtopia -lei-tang -michaelawyu -navinger -noerog <32459203+noerog@users.noreply.github.com> -piaxc -puneith -remi Taylor -wanacode diff --git a/cloudtasks/README.md b/cloudtasks/README.md deleted file mode 100644 index b9b1c614c90..00000000000 --- a/cloudtasks/README.md +++ /dev/null @@ -1,5 +0,0 @@ -Samples for the [Google Cloud Tasks API Node.js Client][client] -have moved to [github.com/googleapis/nodejs-tasks/tree/master/samples/][samples]. - -[client]: https://github.com/googleapis/nodejs-tasks -[samples]: https://github.com/googleapis/nodejs-tasks/tree/master/samples \ No newline at end of file diff --git a/key.json.enc b/key.json.enc deleted file mode 100644 index e4ff29f5555..00000000000 Binary files a/key.json.enc and /dev/null differ