From 3ca5aba533504684bb050cfaaebbb264d932f7a6 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Wed, 24 Apr 2019 15:36:45 +1000 Subject: [PATCH] Fix typo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d714573be0..c386329854 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,5 +16,5 @@ script: - make test - make style -after-success: +after_success: - coveralls \ No newline at end of file