You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Travis CI support for Julia is contributed by the community and may be removed
15
+
Travis CI's support for Julia is contributed by the community and may be removed
17
16
or altered at any time. If you run into any problems, please report them in the
18
17
[Travis CI Julia Community Forums](https://travis-ci.community/c/languages/julia)
19
18
and cc [@ararslan](https://github.com/ararslan), [@staticfloat](https://github.com/staticfloat), and [@StefanKarpinski](https://github.com/StefanKarpinski).
20
19
21
-
For general Julia support on Travis CI go to the [Travis Community](https://travis-ci.community/c/languages/julia) or [Julia Lang Slack Channel](https://julialang.org/slack/) in the __#testing__ channel.
20
+
For general Julia support on Travis CI, go to the [Travis Community](https://travis-ci.community/c/languages/julia) or [Julia Lang Slack Channel](https://julialang.org/slack/) in the __#testing__ channel.
22
21
23
-
## Choosing Julia versions to test against
22
+
## Test against Julia versions
24
23
25
24
Julia workers on Travis CI download and install a binary of Julia. You can specify
26
25
the Julia versions to test in the `julia:` key in your `.travis.yml` file. For example:
@@ -41,7 +40,7 @@ of Julia.
41
40
- `X.Y`will test against the latest release for that minor version.
42
41
- `X.Y.Z`will test against that exact version.
43
42
44
-
The oldest versions for which binaries are available is 0.3.1 for Linux,
43
+
The oldest version for which binaries are available is 0.3.1 for Linux,
45
44
or 0.2.0 for [macOS](/user/multi-os/).
46
45
47
46
## Coverage
@@ -70,7 +69,7 @@ Pkg.build() # Pkg.build(; verbose = true) for Julia 1.1 and up
0 commit comments