diff --git a/.travis.yml b/.travis.yml index bc2fe91..cb4256a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ install: - raco pkg install --deps search-auto -j 2 ./typed-map/ ./typed-map-doc/ ./typed-map-lib/ ./typed-map-test/ script: -- raco test -x -p typed-map typed-map-doc typed-map-lib typed-map-test +- raco test -p typed-map typed-map-doc typed-map-lib typed-map-test - raco setup --check-pkg-deps --no-zo --no-launcher --no-install --no-post-install --no-docs --pkgs typed-map typed-map-doc typed-map-lib typed-map-test - raco doc-coverage typed-map typed-map-doc typed-map-lib typed-map-test - raco cover -s main -s test -s doc -f codecov -f html -d ~/coverage . || true diff --git a/typed-map-test/typed-map/test/test-map.rkt b/typed-map-test/typed-map/test/test-map.rkt index e518eba..b23f637 100644 --- a/typed-map-test/typed-map/test/test-map.rkt +++ b/typed-map-test/typed-map/test/test-map.rkt @@ -106,7 +106,7 @@ (cons acc (add1 x))) '() '(1 2 3)) - '(((() . 4) . 3) . 2)) + '(((() . 2) . 3) . 4)) (let () (ann (foldl (λ (x acc) (cons (add1 x) acc)) '() '()) Null)