Skip to content

Commit beb5a0c

Browse files
committedAug 9, 2018
Add RuntimeUtils to travis install to fix julia v0.7
1 parent b203ccb commit beb5a0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ git:
2222
# - gfortran
2323
before_script: # homebrew for mac
2424
- julia -e 'if (VERSION < v"0.7-") Pkg.add("Blink"); Pkg.build("Blink"); using Blink; Blink.AtomShell.install(); end'
25+
- julia -e 'Pkg.clone("https://github.com/NHDaly/ApplicationBuilderRuntimeUtils.jl.git")'
2526

2627
## uncomment the following lines to override the default test script
2728
#script:

0 commit comments

Comments
 (0)
Please sign in to comment.