mirror of
				https://github.com/TheAnachronism/docspell.git
				synced 2025-11-03 18:00:11 +00:00 
			
		
		
		
	Adding the fix for travis for newer sbt version from sbt website
This commit is contained in:
		@@ -19,6 +19,14 @@ install:
 | 
			
		||||
  - node --version
 | 
			
		||||
  - npm --version
 | 
			
		||||
  - npm install -g elm
 | 
			
		||||
  - |
 | 
			
		||||
    # update this only when sbt-the-bash-script needs to be updated
 | 
			
		||||
    export SBT_LAUNCHER=1.4.8
 | 
			
		||||
    export SBT_OPTS="-Dfile.encoding=UTF-8"
 | 
			
		||||
    curl -L --silent "https://github.com/sbt/sbt/releases/download/v$SBT_LAUNCHER/sbt-$SBT_LAUNCHER.tgz" > $HOME/sbt.tgz
 | 
			
		||||
    tar zxf $HOME/sbt.tgz -C $HOME
 | 
			
		||||
    sudo rm /usr/local/bin/sbt
 | 
			
		||||
    sudo ln -s $HOME/sbt/bin/sbt /usr/local/bin/sbt
 | 
			
		||||
 | 
			
		||||
before_script:
 | 
			
		||||
  - export TZ=Europe/Berlin
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user