mirror of
				https://github.com/twbs/bootstrap.git
				synced 2025-11-04 00:03:15 -05:00 
			
		
		
		
	Remove time from .travis.yml.
				
					
				
			Travis CI now does this automatically.
This commit is contained in:
		
							parent
							
								
									8194668c52
								
							
						
					
					
						commit
						325defb63f
					
				@ -2,7 +2,7 @@ language: node_js
 | 
			
		||||
node_js:
 | 
			
		||||
  - "0.10"
 | 
			
		||||
before_install:
 | 
			
		||||
  - time travis_retry sudo pip install -r test-infra/requirements.txt
 | 
			
		||||
  - travis_retry sudo pip install -r test-infra/requirements.txt
 | 
			
		||||
  - rvm use 1.9.3 --fuzzy
 | 
			
		||||
  - export GEMDIR=$(rvm gemdir)
 | 
			
		||||
  - if [ "$TWBS_TEST" = validate-html ]; then echo "ruby=$(basename $GEMDIR) jekyll=$JEKYLL_VERSION rouge=$ROUGE_VERSION" > pseudo_Gemfile.lock; fi
 | 
			
		||||
@ -10,7 +10,7 @@ before_install:
 | 
			
		||||
  - echo "$TRAVIS_COMMIT_MSG" | grep '\[skip validator\]'; export TWBS_DO_VALIDATOR=$?; true
 | 
			
		||||
  - echo "$TRAVIS_COMMIT_MSG" | grep '\[skip sauce\]'; export TWBS_DO_SAUCE=$?; true
 | 
			
		||||
install:
 | 
			
		||||
  - time npm install -g grunt-cli
 | 
			
		||||
  - npm install -g grunt-cli
 | 
			
		||||
  - ./test-infra/s3_cache.py download npm-modules
 | 
			
		||||
  - if [ "$TWBS_TEST" = validate-html ] && [ $TWBS_DO_VALIDATOR -ne 0 ]; then ./test-infra/s3_cache.py download rubygems; fi
 | 
			
		||||
after_script:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user