snuspl / nemo

Nemo: A flexible data processing system
https://snuspl.github.io/nemo/
Apache License 2.0
22 stars 6 forks source link

[Minor] Fix Travis behavior #784

Closed seojangho closed 6 years ago

seojangho commented 6 years ago

This commit allows Travis CI to properly execute tests.

wonook commented 6 years ago

@seojangho Can we cache our builds as well with this PR? I've provided a link below:

https://docs.travis-ci.com/user/caching

We can add the lines below to cache our maven directories

cache:
  directories:
  - $HOME/.m2
seojangho commented 6 years ago

@wonook Good idea!

wonook commented 6 years ago

I'll merge after the tests