Skip to content

Conversation

@tkf
Copy link
Collaborator

@tkf tkf commented Aug 11, 2018

I checked it locally that it works. So I think it makes sense to have it in the CI.

It's a PR to #34.

.travis.yml Outdated
julia:
- 0.7
- '0.7'
- '1.0'
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that I have to do - '1.0' instead of - 1.0 since the latter would be interpreted as a float by the YAML parser. I changed 0.7 too for symmetry :)

@codecov-io
Copy link

codecov-io commented Aug 11, 2018

Codecov Report

Merging #35 into nomut will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           nomut     #35   +/-   ##
=====================================
  Coverage   97.5%   97.5%           
=====================================
  Files          4       4           
  Lines        160     160           
=====================================
  Hits         156     156           
  Misses         4       4

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d8a8730...100a4c6. Read the comment docs.

@tkf tkf mentioned this pull request Aug 11, 2018

# uncomment the following lines to override the default test script
script:
- julia -e 'Pkg.clone(pwd()); Pkg.build("Setfield"); VERSION < v"0.7-" && Pkg.add("StaticArrays"); Pkg.test("Setfield"; coverage=true)'
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So for Julia 1.0 we need to remove this since Pkg is not imported by default anymore. Besides, we don't need to manually install it since we already have it in test/REQUIRE.

language: julia
os:
- linux
- osx
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, why not stop testing against macOS to increase CI throughput? Setfield.jl is a pure Julia package so shouldn't it behave identically across all OSes (unless Julia has some very specific bugs)?

@tkf
Copy link
Collaborator Author

tkf commented Aug 15, 2018

closed by #39

@tkf tkf closed this Aug 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants