Skip to content

Commit ae0295a

Browse files
committed
Merge branch 'horizon' of github.com:brownplt/code.pyret.org into horizon
2 parents 8d8c646 + e103a73 commit ae0295a

File tree

11 files changed

+3068
-113
lines changed

11 files changed

+3068
-113
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: ruby
22
sudo: required
33
rvm:
4-
- 2.2
4+
- 2.6
55
env:
66
global:
77
- TEST_LOC="sauce"
@@ -57,6 +57,7 @@ before_deploy:
5757
- export GIT_BRANCH=`echo $TRAVIS_BRANCH`
5858
- heroku config:set --app pyret-horizon GIT_REV=$GIT_REV
5959
- heroku config:set --app pyret-horizon GIT_BRANCH=$GIT_REV
60+
- rvm $(travis_internal_ruby) --fuzzy do ruby -S gem install faraday -v 1.8.0 # https://travis-ci.community/t/heroku-deploy-fails-installing-dpl-heroku-encounters-faraday-error/12563/2
6061
install:
6162
- npm update # to update Pyret to the newest version
6263
- npm ci --ignore-scripts

0 commit comments

Comments
 (0)