-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
enhancementAdditions and improvements in generalAdditions and improvements in generalhelp wantedWe would appreciate help on this issue/PRWe would appreciate help on this issue/PR
Description
As pointed out as a suggestion in #133, we could shorten and improve travis.yml, by moving some instructions into .sh (or .bat) files.
This has already been done for the Linux jobs, see linux.sh. It is executed with
before_install:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then chmod +x ./.travis/osx.sh; sh ./.travis/osx.sh; fi
We should to that for both osx and windows.
Metadata
Metadata
Assignees
Labels
enhancementAdditions and improvements in generalAdditions and improvements in generalhelp wantedWe would appreciate help on this issue/PRWe would appreciate help on this issue/PR