Skip to content

Commit

Permalink
Update before_install script in .travis.yml
Browse files Browse the repository at this point in the history
- Add travis_wait 60 before the existing command to increase timeout
- Update the code to use gcc-13 as the C++ compiler
  • Loading branch information
acgetchell committed Nov 7, 2023
1 parent a5bb7cd commit 5ab9ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
env: DOXYGEN=true

before_install:
- eval "$(curl https://pkgx.sh)"
- travis_wait 60 eval "$(curl https://pkgx.sh)"
- if [[ "$CXX" == "g++" ]]; then
env +gcc@13
export CXX="g++-13" CC="gcc-13"
Expand Down

0 comments on commit 5ab9ba3

Please sign in to comment.