Skip to content

Commit

Permalink
Update Travis integration
Browse files Browse the repository at this point in the history
Update Travis integration to use scripts from a central repository. This
allows us to apply fixes and improvements to these scripts for all
packages, and also removes some clutter from package repositories.
  • Loading branch information
fingolfin committed Feb 6, 2019
1 parent 37ec813 commit a36482e
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 142 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ branches:

before_script:
- export GAPROOT="$HOME/gap"
- git clone https://github.com/gap-system/pkg-ci-scripts.git scripts
- scripts/build_gap.sh
script:
- scripts/build_pkg.sh && scripts/run_tests.sh
Expand Down
42 changes: 0 additions & 42 deletions scripts/build_gap.sh

This file was deleted.

34 changes: 0 additions & 34 deletions scripts/build_pkg.sh

This file was deleted.

42 changes: 0 additions & 42 deletions scripts/gather-coverage.sh

This file was deleted.

24 changes: 0 additions & 24 deletions scripts/run_tests.sh

This file was deleted.

0 comments on commit a36482e

Please sign in to comment.