Skip to content

Commit

Permalink
moving submodule earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
jpolitz committed Aug 22, 2023
1 parent 534eadb commit ef99776
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ before_deploy:
- heroku config:set --app pyret-horizon GIT_BRANCH=$GIT_REV
- 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
install:
- npm update # to update Pyret to the newest version
- npm ci --ignore-scripts
- git submodule init
- git submodule update
- npm update # to update Pyret to the newest version
- npm ci --ignore-scripts
- make web
- make deploy-cpo-main
deploy:
Expand Down

0 comments on commit ef99776

Please sign in to comment.