Skip to content

Commit 7976bf7

Browse files
committed
Modernize Travis and LICENSE
1 parent 6ddae0e commit 7976bf7

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ notifications:
99
email: false
1010
script:
1111
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
12-
- julia -e 'Pkg.clone(pwd())'
13-
- julia -e 'Pkg.test("RandomMatrices", coverage=true)'
12+
- julia -e 'Pkg.clone(pwd()); Pkg.build("RandomMatrices"); Pkg.test("RandomMatrices"; coverage=true)'
1413
after_success:
1514
- julia -e 'Pkg.add("Coverage"); cd(Pkg.dir("RandomMatrices")); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(process_folder())'
1615

LICENSE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
The RandomMatrices Julia module is licensed under the MIT License:
1+
The RandomMatrices Julia package is licensed under the MIT License:
22

3-
> Copyright (c) 2013-2015: Jiahao Chen, Alan Edelman, Jameson Nash, Sheehan
4-
> Olver and other contributors
3+
> Copyright (c) 2013-2016: Jiahao Chen, Alan Edelman, Jameson Nash, Sheehan
4+
> Olver, Andreas Noack, and [other contributors](https://github.com/jiahao/RandomMatrices.jl/graphs/contributors)
55
>
66
> Permission is hereby granted, free of charge, to any person obtaining
77
> a copy of this software and associated documentation files (the

0 commit comments

Comments
 (0)