Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 23315b3

Browse files
authored
Merge pull request #76 from AtomLinter/dev-Amin
CircleCI Julia 1.2
2 parents 1e8b8fe + a1298fc commit 23315b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ defaults: &defaults
99
- attach_workspace:
1010
at: /tmp
1111
- run:
12-
name: Install Julia v0.6.4
12+
name: Install Julia v1.2.0
1313
command: |
1414
curl -o julia.tar.gz --location --silent --show-error \
15-
https://julialang-s3.julialang.org/bin/linux/x64/1.1/julia-1.1.0-linux-x86_64.tar.gz && \
15+
https://julialang-s3.julialang.org/bin/linux/x64/1.2/julia-1.2.0-linux-x86_64.tar.gz && \
1616
mkdir julia && \
1717
tar --extract --gzip --strip 1 --directory=julia --file=julia.tar.gz && \
1818
echo 'export PATH="/tmp/project/julia/bin:$PATH"' >> $BASH_ENV

0 commit comments

Comments
 (0)