Skip to content

Commit

Permalink
Merge pull request JuliaLang#6251 from ivarne/whitespace
Browse files Browse the repository at this point in the history
Remove trailing whitespace in .travis.yml from Pkg.generate()
  • Loading branch information
pao committed Mar 24, 2014
2 parents fea0bec + fd459e0 commit 96fb7e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions base/pkg/generate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ function travis(pkg::String; force::Bool=false)
notifications:
email: false
env:
matrix:
- JULIAVERSION="juliareleases"
- JULIAVERSION="julianightlies"
matrix:
- JULIAVERSION="juliareleases"
- JULIAVERSION="julianightlies"
before_install:
- sudo add-apt-repository ppa:staticfloat/julia-deps -y
- sudo add-apt-repository ppa:staticfloat/\${JULIAVERSION} -y
Expand Down

0 comments on commit 96fb7e1

Please sign in to comment.