Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个在本地构建良好的sbt 项目(因为SBT_OPTS="-XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -XX:PermSize=256M -XX:MaxPermSize=512M"我~/.sbtconfig的. 是否有任何项目特定的设置可以添加到我的项目本身,Travis 会选择?
SBT_OPTS="-XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -XX:PermSize=256M -XX:MaxPermSize=512M"
~/.sbtconfig
我修复了它 - 基本上将相同的选项添加到.travis.yml文件SBT_OPTS的 env 部分
SBT_OPTS