Skip to content

Commit 98c80e9

Browse files
committed
Run the Revise tests on travis
The package is so tightly integrated with Revise, we'd better know immediately if we've broken something in Revise.
1 parent f03a4d8 commit 98c80e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ notifications:
2020
script:
2121
- export JULIA_PROJECT=""
2222
- julia --project -e 'using Pkg; Pkg.build(); Pkg.test();'
23+
- julia -e 'using Pkg; Pkg.develop(PackageSpec(path="."));
24+
Pkg.add(PackageSpec(url="https://github.com/timholy/Revise.jl"));
25+
Pkg.test("Revise")'
2326

2427
after_success:
2528
- julia -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'

0 commit comments

Comments
 (0)