Skip to content

Commit

Permalink
Remove errant hyphen in Travis config [skip appveyor]
Browse files Browse the repository at this point in the history
  • Loading branch information
iamed2 authored and staticfloat committed Jun 16, 2018
1 parent d9b10f0 commit 85d1d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,6 @@ script:
pushd julia && make -C doc doctest=true && popd; fi
# uncomment the following if failures are suspected to be due to the out-of-memory killer
# - dmesg
-after_success:
after_success:
- if [ `uname` = "Linux" ] && [ $ARCH = "x86_64" ]; then
cd julia && make -C doc deploy; fi

0 comments on commit 85d1d94

Please sign in to comment.