Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fredo-dedup committed Jul 23, 2017
1 parent 417b166 commit b17039e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Expand Up @@ -12,11 +12,7 @@ addons:
apt:
packages:
- xvfb
<<<<<<< HEAD
- xauth
=======
- xauth
>>>>>>> devl
- libgtk-3-0
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
Expand All @@ -26,3 +22,4 @@ after_success:
- julia -e 'cd(Pkg.dir("VegaLite")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
- julia -e 'Pkg.add("Documenter")'
- julia -e 'cd(Pkg.dir("VegaLite")); include(joinpath("docs", "make.jl"))'

0 comments on commit b17039e

Please sign in to comment.