We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b203ccb commit beb5a0cCopy full SHA for beb5a0c
.travis.yml
@@ -22,6 +22,7 @@ git:
22
# - gfortran
23
before_script: # homebrew for mac
24
- 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")'
26
27
## uncomment the following lines to override the default test script
28
#script:
0 commit comments