Skip to content

Instantly share code, notes, and snippets.

View superknife0512's full-sized avatar
🎯
Focusing

Toan Phan superknife0512

🎯
Focusing
View GitHub Profile
@jay-johnson
jay-johnson / example .travis.yml
Created November 27, 2015 07:44
example .travis.yml
sudo: required
language: ruby
services:
- docker
before_install:
- echo "Testing Docker Hub credentials"
- docker login -e=$DOCKER_EMAIL -u=$DOCKER_USERNAME -p=$DOCKER_PASSWORD