Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ before_install:


install:
- npm install -g elm@0.19.0-bugfix2 elm-test elm-format
- npm install -g elm@latest-0.19.1 elm-test elm-format
- mv $(npm config get prefix)/bin/elm $(npm config get prefix)/bin/elm-old
- printf '%s\n\n' '#!/bin/bash' 'echo "Running elm with sysconfcpus -n 1"' '$TRAVIS_BUILD_DIR/sysconfcpus/bin/sysconfcpus -n 1 elm-old "$@"' > $(npm config get prefix)/bin/elm
- chmod +x $(npm config get prefix)/bin/elm
Expand Down
1 change: 1 addition & 0 deletions tests/RoutingTests.elm
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import Url exposing (Url)
import Username exposing (Username)



-- TODO need to add lots more tests!


Expand Down