Skip to content

Conversation

@b-studios
Copy link
Contributor

@kayceesrk what do you need to integrate Scala Effekt into CI? Since Scala Effekt is a library, it should be enough to just pick any Scala version and cache the dependencies:

language: scala
jdk:
- oraclejdk8
cache:
  directories:
    - $HOME/.ivy2/cache
    - $HOME/.sbt

@kayceesrk
Copy link
Collaborator

I think if you change the language at the top-level in the yaml file, then it changes the VM for all languages. It would be best if we set up per language matrix like https://stackoverflow.com/questions/27644586/how-to-set-up-travis-ci-with-multiple-languages. We can then run the makefile with appropriate env variables such that we only run tests for that particular language.

@b-studios b-studios mentioned this pull request May 11, 2018
@b-studios b-studios force-pushed the add-scala-effect-and-state-example branch from 1460d70 to 57bcda0 Compare May 11, 2018 13:23
@b-studios
Copy link
Contributor Author

b-studios commented May 11, 2018

I guess this now can be merged due to #6. Here is the most recent build rebased to master: https://travis-ci.org/b-studios/effects-rosetta-stone/builds/377729439 (I canceled the other languages to speed up the build :) )

@kayceesrk kayceesrk requested a review from andrejbauer May 13, 2018 08:46
@kayceesrk
Copy link
Collaborator

kayceesrk commented May 13, 2018

Lgtm! Have asked @andrejbauer to review as well.

@b-studios
Copy link
Contributor Author

Ping :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants