Skip to content

Commit

Permalink
Add docker service for kubernetes image build
Browse files Browse the repository at this point in the history
Add deploy script to travis
  • Loading branch information
niranjan94 committed May 22, 2017
1 parent 31f08e5 commit d35dad4
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .travis.yml
@@ -1,18 +1,23 @@
---
language: node_js

node_js:
- "6"

sudo: false
sudo: required

services:
- docker

env:
- CXX=g++-4.8
- CXX=g++-4.8 PATH=$PATH:${HOME}/google-cloud-sdk/bin CLOUDSDK_CORE_DISABLE_PROMPTS=1

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8

cache:
directories:
- $HOME/.npm
Expand All @@ -35,3 +40,4 @@ script:
after_success:
- bash <(curl -s https://codecov.io/bash)
- bash scripts/deploy.sh
- bash kubernetes/travis/deploy.sh

0 comments on commit d35dad4

Please sign in to comment.