Skip to content

Commit

Permalink
Add travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
tawan committed Jan 2, 2016
1 parent b8dd965 commit c680e1f
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
before_install:
- ./bootstrap.sh
sudo: required
language: ruby
rvm:
- "2.0"
- "2.1"
- "2.2"

script: SPEC_ALL=true bundle exec rspec spec
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
[![Build Status](https://travis-ci.org/tawan/active-elastic-job.svg)](https://travis-ci.org/tawan/active-elastic-job)
# active-elastic-job
7 changes: 2 additions & 5 deletions bootstrap.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,5 @@ install nodejs nodejs
install python-dev python-dev
curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py"
python get-pip.py
pip install awsebcli

install zip zip

update-locale LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LC_ALL=en_US.UTF-8
#pip install --upgrade pip
sudo pip install awsebcli
10 changes: 10 additions & 0 deletions spec/integration/rails-app/.elasticbeanstalk/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
branch-defaults:
default:
environment: web-env
group_suffix: null
global:
application_name: rails-eb-job-integration-testing
default_ec2_keyname: null
default_platform: Ruby 2.2 (Passenger Standalone)
default_region: eu-central-1
sc: null

0 comments on commit c680e1f

Please sign in to comment.