Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
c29a0ac5
Commit
c29a0ac5
authored
Apr 15, 2014
by
Andrew Scheller
Browse files
Update .travis.yml
Seems like I'd inadvertently created invalid YAML!
parent
9b5a9d41
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
c29a0ac5
...
...
@@ -11,5 +11,4 @@ script:
-
make -C unix
-
cd tests && MICROPY_CPYTHON3=python3.3 ./run-tests
after_failure
:
-
for exp in *.exp; do testbase=$(basename $exp .exp); echo -e "\nFAILURE
:
$testbase"; diff $testbase.exp $testbase.out; done
after_failure
:
for exp in *.exp; do testbase=$(basename $exp .exp); echo -e "\nFAILURE $testbase"; diff $testbase.exp $testbase.out; done
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment