Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
e273d73
trigger build
juancarlostong Oct 9, 2018
0380711
a
juancarlostong Oct 9, 2018
1dd6198
deep_merge doesnt work
juancarlostong Oct 9, 2018
b760bc3
debugging "Sorry, we experienced an error"
juancarlostong Oct 9, 2018
45eb16b
holy cow misplaced comma
juancarlostong Oct 9, 2018
c602b9a
parametrize SDK again
juancarlostong Oct 9, 2018
8cff351
trying deep_merge again
juancarlostong Oct 9, 2018
00b1954
a
juancarlostong Oct 9, 2018
f716b51
debugging missing variables
juancarlostong Oct 9, 2018
e2a9a70
prevent double runs
juancarlostong Oct 10, 2018
ef40f00
make build fail if curl receives malformed payload
juancarlostong Oct 10, 2018
a786cd1
looking for env vars with missing values
juancarlostong Oct 10, 2018
0b94aed
understanding why theres two travis builds
juancarlostong Oct 10, 2018
9b55dc9
clean up
juancarlostong Oct 10, 2018
b0a9b6c
cleanup
juancarlostong Oct 10, 2018
fc75343
testing for failure
juancarlostong Oct 10, 2018
639d3e7
failure case works
juancarlostong Oct 10, 2018
5187d1c
adapt to changes in fullstack
juancarlostong Oct 11, 2018
9d1bdda
a
juancarlostong Oct 11, 2018
a18cd70
a
juancarlostong Oct 11, 2018
c78230d
HELLO should show
juancarlostong Oct 11, 2018
5418405
attempt to store ci scripts in a common repo
juancarlostong Oct 11, 2018
965bb1f
test extra_vars
juancarlostong Oct 11, 2018
e55b3aa
less changes = better
juancarlostong Oct 11, 2018
9627ec5
trigger build
juancarlostong Oct 12, 2018
86969b3
onemore time
juancarlostong Oct 12, 2018
637792c
a
juancarlostong Oct 12, 2018
62d2f67
a
juancarlostong Oct 12, 2018
8de8271
a
juancarlostong Oct 17, 2018
75b5118
a
juancarlostong Nov 9, 2018
4dae7bf
a
juancarlostong Nov 13, 2018
42aec04
a
juancarlostong Nov 13, 2018
0919b20
a
juancarlostong Nov 13, 2018
0818479
a
juancarlostong Nov 13, 2018
1eaaa37
aaaaaaaaa
juancarlostong Nov 15, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ language: ruby
# - 2.3.1
#before_install: gem install bundler -v 1.10.6
#install:
#- bundle install
#- bundle exec rake install
# - bundle install
# - bundle exec rake install
#before_script: "rubocop"
addons:
#addons:
# srcclr: true
script:
# - "rake spec"
- "ci/trigger_build.sh optimizely%2Ffullstack-sdk-compatibility-suite"
# - "rake spec"
- git clone https://github.com/juancarlostong/ci.git
- "SDK=ruby ci/trigger_build.sh optimizely%2Ffullstack-sdk-compatibility-suite"
#after_success: "coveralls"
41 changes: 0 additions & 41 deletions ci/trigger_build.sh

This file was deleted.