Skip to content

Commit

Permalink
fix ui tests (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Feb 5, 2019
1 parent 693b6d1 commit 9789c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,7 @@ julia:
- nightly

script:
- julia --project -e 'using Pkg;
- julia --project --color=yes -e 'using Pkg;
Pkg.instantiate();
Pkg.add([PackageSpec(name = "TerminalRegressionTests", rev = "master"),
PackageSpec(name = "VT100", rev = "master")]);
Expand Down

0 comments on commit 9789c61

Please sign in to comment.