File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 11language : node_js 
2- sudo :  false 
3- node_js : 
4-   -  5 
2+ dist :  trusty 
3+ sudo :  required 
4+ node_js :  6 
55env :
66  - PATH=$HOME/purescript:$PATH 
77install :
@@ -12,12 +12,10 @@ install:
1212  - npm install -g bower 
1313  - npm install 
1414script :
15-   - npm run build && npm test 
15+   - npm run build 
16+   - npm test 
1617after_success :
1718- >- 
1819  test $TRAVIS_TAG && 
19-   psc-publish > .pursuit.json && 
20-   curl -X POST http://pursuit.purescript.org/packages \ 
21-     -d @.pursuit.json \ 
22-     -H 'Accept: application/json' \ 
23-     -H "Authorization: token ${GITHUB_TOKEN}" 
20+   echo $GITHUB_TOKEN | pulp login && 
21+   echo y | pulp publish --no-push 
Original file line number Diff line number Diff line change 99  "devDependencies" : {
1010    "jscs" : " ^2.8.0" 
1111    "jshint" : " ^2.9.1" 
12-     "pulp" : " ^8.0 .0" 
12+     "pulp" : " ^8.2 .0" 
1313    "rimraf" : " ^2.5.0" 
1414  }
1515}
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments