summaryrefslogblamecommitdiff
path: root/.travis.yml
blob: eb8d2d87acf8bbf9bb8e739f1375abbef0a668dc (plain) (tree)
1
2
3
4
5
6
7
8
9

                                                           
               
 
    
              
 

                                                                                                                                               

       
                                     

             


                                                            



                       
                      
 



                        
# sudo required for installing dependencies of Scala Native
sudo: required
language: scala

jdk:
  - oraclejdk8

before_install:
  - curl https://raw.githubusercontent.com/scala-native/scala-native/4c2ce46242f872f3e7879810565147c4233cd52e/scripts/travis_setup.sh | bash -x

script:
  - sbt +test +mimaReportBinaryIssues

before_cache:
  - find $HOME/.sbt -name "*.lock" | xargs rm
  - find $HOME/.ivy2 -name "ivydata-*.properties" | xargs rm
  - rm -rf $HOME/.ivy2/{cache,local}/io.spray/

cache:
  directories:
    - $HOME/.ivy2/cache
    - $HOME/.sbt/boot/

#notifications:
#  email:
#    - johannes@spray.io
#    - mathias@spray.io