We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d037e92 commit ac62eeeCopy full SHA for ac62eee
.travis.yml
@@ -6,7 +6,7 @@ matrix:
6
allow_failures:
7
- julia: nightly
8
after_success:
9
-- julia -e 'using Pkg; cd(Pkg.dir("InteractiveFixedEffectModels")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
+- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
10
notifications:
11
on_success: never
12
on_failure: change
Project.toml
@@ -1,6 +1,6 @@
1
name = "InteractiveFixedEffectModels"
2
uuid = "80307280-efb2-5c5d-af8b-a9c15821677b"
3
-version = "0.4.1"
+version = "0.4.2"
4
5
[deps]
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
0 commit comments